[Fix] Trying to fix broken test

This commit is contained in:
Robert von Burg 2024-03-04 16:28:44 +01:00
parent a4119ef1da
commit f850367d2b
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class SynchronizedMapOfListsTest {
Future<Boolean> task5 = this.executorService.submit(iterateTask);
run.set(true);
Thread.sleep(20L);
Thread.sleep(100L);
run.set(false);
Boolean result0 = task0.get();