mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-29 17:58:56 -04:00
Wait for 30 seconds in test
To allow test connections. Also remove stale print.
This commit is contained in:
parent
9f0dfb5512
commit
dc149f30e3
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,6 @@ public class NetworkStressTest {
|
||||||
@Override
|
@Override
|
||||||
public void onTorNodeReady() {
|
public void onTorNodeReady() {
|
||||||
// do nothing
|
// do nothing
|
||||||
System.out.println("TOR NODE READY");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -96,8 +95,9 @@ public class NetworkStressTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void test() {
|
public void test() throws InterruptedException {
|
||||||
// do nothing
|
// do nothing
|
||||||
|
Thread.sleep(30_000);
|
||||||
}
|
}
|
||||||
|
|
||||||
private Path createTempDirectory() throws IOException {
|
private Path createTempDirectory() throws IOException {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue