-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Labels
bugSomething isn't workingSomething isn't working
Description
testShowWhile() timed out after 30 seconds
java.util.concurrent.TimeoutException: testShowWhile() timed out after 30 seconds
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
Looking at the code, could it be, the common thread pool that is used by CompletableFuture.runAsync() code in the test simply has no free executor threads to run, or that they don't have a free core to be executed? Note, our test instances run on VM's with limited CPU resources.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working