integration + fixes

This commit is contained in:
2021-10-17 15:38:04 +02:00
parent 8b0eea1270
commit f461c5f3cb
25 changed files with 252 additions and 186 deletions

View File

@@ -23,7 +23,7 @@ public class Executor extends ExecutorBase {
int a = 20;
int b = 20;
try {
TimeUnit.SECONDS.sleep(10);
TimeUnit.SECONDS.sleep(20);
} catch (InterruptedException e) {
e.printStackTrace();
}