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 56ec68b commit 3b5917fCopy full SHA for 3b5917f
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(120, TimeUnit.MILLISECONDS)
+ await().atMost(200, TimeUnit.MILLISECONDS)
203
.until(
204
() -> {
205
assertEquals(1, counter[0].intValue(), "incr was debounced");
0 commit comments