Reduced ending timeout

This commit is contained in:
Marcin Kostrzewski 2020-11-16 18:24:23 +01:00
parent f18261ffde
commit 8e2772ef98

View File

@ -69,7 +69,7 @@ public class DHInteractive {
System.out.println("Done!");
try {
Thread.sleep(200000000);
Thread.sleep(2000);
} catch (InterruptedException e) {
e.printStackTrace();
}