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.
1 parent c8e93df commit 003efc6Copy full SHA for 003efc6
src/test/java/com/github/underscore/FunctionsTest.java
@@ -199,7 +199,7 @@ void defer() {
199
return null;
200
});
201
assertEquals(0, counter[0].intValue(), "incr was debounced");
202
- await().atMost(360, TimeUnit.MILLISECONDS)
+ await().atMost(400, TimeUnit.MILLISECONDS)
203
.until(
204
() -> {
205
assertEquals(1, counter[0].intValue(), "incr was debounced");
0 commit comments