Skip to content

Commit 071041c

Browse files
committed
Fixed test
1 parent 7084cca commit 071041c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/g1101_1200/s1195_fizz_buzz_multithreaded/FizzBuzzTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void fizzBuzz() throws InterruptedException {
4444
}
4545
})
4646
.start();
47-
TimeUnit.MILLISECONDS.sleep(2100);
47+
TimeUnit.MILLISECONDS.sleep(2300);
4848
assertThat(fizz[0] > 0, equalTo(true));
4949
}
5050

0 commit comments

Comments
 (0)