This commit is contained in:
2021-12-14 21:59:24 +01:00
parent 4593e5bddb
commit 467d7aa015
16 changed files with 178 additions and 59 deletions

View File

@@ -13,7 +13,7 @@ public class ExecutorcomputationApplication {
public static void main(String[] args) {
try {
TimeUnit.SECONDS.sleep(40);
TimeUnit.SECONDS.sleep(10);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();