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 dc90300 commit 74e559bCopy full SHA for 74e559b
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().atLeast(120, TimeUnit.MILLISECONDS)
+ await().atMost(120, TimeUnit.MILLISECONDS)
203
.until(
204
() -> {
205
assertEquals(1, counter[0].intValue(), "incr was debounced");
0 commit comments