Skip to content

Commit deaf60e

Browse files
committed
Fixed test
1 parent e93eaf2 commit deaf60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/github/underscore/FunctionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ void defer() {
201201
return null;
202202
});
203203
assertEquals(0, counter[0].intValue(), "incr was debounced");
204-
await().atMost(600, TimeUnit.MILLISECONDS)
204+
await().atMost(800, TimeUnit.MILLISECONDS)
205205
.until(
206206
() -> {
207207
assertEquals(1, counter[0].intValue(), "incr was debounced");

0 commit comments

Comments
 (0)