mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
Wait 60 seconds for the server to hang up.
This commit is contained in:
@@ -29,8 +29,8 @@ public class HangupClientTest {
|
|||||||
modem.start();
|
modem.start();
|
||||||
System.out.println("Dialling");
|
System.out.println("Dialling");
|
||||||
if(modem.dial(number)) {
|
if(modem.dial(number)) {
|
||||||
System.out.println("Connected");
|
System.out.println("Connected, waiting for server to hang up");
|
||||||
Thread.sleep(10 * 1000);
|
Thread.sleep(60 * 1000);
|
||||||
} else {
|
} else {
|
||||||
System.out.println("Did not connect");
|
System.out.println("Did not connect");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user