mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue