Skip to content

Commit d15a731

Browse files
committed
Improved task 1195
1 parent 18be57c commit d15a731

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
@@ -47,7 +47,7 @@ void fizzBuzz() throws InterruptedException {
4747
}
4848
})
4949
.start();
50-
TimeUnit.MILLISECONDS.sleep(1600);
50+
TimeUnit.MILLISECONDS.sleep(2000);
5151
assertThat(fizz[0] > 0, equalTo(true));
5252
}
5353

0 commit comments

Comments
 (0)