Skip to content

Commit 1f6cbf3

Browse files
committed
Improved test
1 parent 78dbbca commit 1f6cbf3

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

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

0 commit comments

Comments
 (0)