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 ab53366 commit 72d7aaeCopy full SHA for 72d7aae
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(320, TimeUnit.MILLISECONDS)
+ await().atMost(360, TimeUnit.MILLISECONDS)
203
.until(
204
() -> {
205
assertEquals(1, counter[0].intValue(), "incr was debounced");
0 commit comments