We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TIMEOUT_DURATION
1 parent be1a8c6 commit c93331dCopy full SHA for c93331d
src/test/java/com/iexec/blockchain/tool/QueueServiceTests.java
@@ -137,7 +137,7 @@ void shouldExecuteInOrder() throws NoSuchFieldException {
137
138
Awaitility
139
.await()
140
- .atMost(5, TimeUnit.SECONDS)
+ .atMost(TIMEOUT_DURATION, TimeUnit.SECONDS)
141
.until(() -> executionOrder.size() == totalTasksNumber);
142
143
// Tasks should have been executed in the right order.
0 commit comments