Skip to content
Snippets Groups Projects
Commit 13f9127d authored by akwizgran's avatar akwizgran
Browse files

Merge branch 'master' of file:///media/Verbatim/prototype

parents 068d3b1d cdeefbbc
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,8 @@ public class HangupClientTest { ...@@ -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");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment