Wait for 30 seconds in test

To allow test connections.  Also remove stale print.
This commit is contained in:
Ivan Vilata-i-Balaguer 2016-04-22 13:23:01 +02:00
parent 9f0dfb5512
commit dc149f30e3

View File

@ -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 {