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