Reduced ending timeout
This commit is contained in:
parent
f18261ffde
commit
8e2772ef98
@ -69,7 +69,7 @@ public class DHInteractive {
|
|||||||
|
|
||||||
System.out.println("Done!");
|
System.out.println("Done!");
|
||||||
try {
|
try {
|
||||||
Thread.sleep(200000000);
|
Thread.sleep(2000);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user