mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Wait for 30 seconds in test
To allow test connections. Also remove stale print.
This commit is contained in:
parent
9f0dfb5512
commit
dc149f30e3
@ -60,7 +60,6 @@ public class NetworkStressTest {
|
||||
@Override
|
||||
public void onTorNodeReady() {
|
||||
// do nothing
|
||||
System.out.println("TOR NODE READY");
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -96,8 +95,9 @@ public class NetworkStressTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
public void test() throws InterruptedException {
|
||||
// do nothing
|
||||
Thread.sleep(30_000);
|
||||
}
|
||||
|
||||
private Path createTempDirectory() throws IOException {
|
||||
|
Loading…
Reference in New Issue
Block a user