|
@@ -1071,7 +1071,7 @@ public class GeoHazardMonitorTokenController {
|
|
|
//}
|
|
|
CompletableFuture.runAsync(() -> {
|
|
|
try {
|
|
|
- TimeUnit.SECONDS.sleep(3);
|
|
|
+ TimeUnit.SECONDS.sleep(2);
|
|
|
} catch (InterruptedException e) {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
@@ -1130,7 +1130,7 @@ public class GeoHazardMonitorTokenController {
|
|
|
//}
|
|
|
CompletableFuture.runAsync(() -> {
|
|
|
try {
|
|
|
- TimeUnit.SECONDS.sleep(3);
|
|
|
+ TimeUnit.SECONDS.sleep(2);
|
|
|
} catch (InterruptedException e) {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
@@ -1233,7 +1233,7 @@ public class GeoHazardMonitorTokenController {
|
|
|
// }
|
|
|
CompletableFuture.runAsync(() -> {
|
|
|
try {
|
|
|
- TimeUnit.SECONDS.sleep(3);
|
|
|
+ TimeUnit.SECONDS.sleep(2);
|
|
|
} catch (InterruptedException e) {
|
|
|
e.printStackTrace();
|
|
|
}
|