We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3886de9 commit 29fca90Copy full SHA for 29fca90
src/test/kotlin/g1101_1200/s1114_print_in_order/FooTest.kt
@@ -14,7 +14,7 @@ internal class FooTest {
14
Thread { foo.first { fooData[0]++ } }.start()
15
Thread { foo.second { fooData[0]++ } }.start()
16
Thread { foo.third { fooData[0]++ } }.start()
17
- TimeUnit.MILLISECONDS.sleep(1000)
+ TimeUnit.MILLISECONDS.sleep(2000)
18
assertThat(fooData[0], equalTo(3))
19
}
20
0 commit comments