@@ -120,7 +120,7 @@ public class TestController {
}
try {
- Thread.sleep(400);
+ Thread.sleep(1000);
} catch (InterruptedException e) {
e.printStackTrace();
@@ -153,7 +153,7 @@ public class TestController {