We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93eaf2 commit deaf60eCopy full SHA for deaf60e
1 file changed
src/test/java/com/github/underscore/FunctionsTest.java
@@ -201,7 +201,7 @@ void defer() {
201
return null;
202
});
203
assertEquals(0, counter[0].intValue(), "incr was debounced");
204
- await().atMost(600, TimeUnit.MILLISECONDS)
+ await().atMost(800, TimeUnit.MILLISECONDS)
205
.until(
206
() -> {
207
assertEquals(1, counter[0].intValue(), "incr was debounced");
0 commit comments