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