Skip to content

Commit 29fca90

Browse files
authored
Improved task 1114
1 parent 3886de9 commit 29fca90

File tree

1 file changed

+1
-1
lines changed
  • src/test/kotlin/g1101_1200/s1114_print_in_order

1 file changed

+1
-1
lines changed

src/test/kotlin/g1101_1200/s1114_print_in_order/FooTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ internal class FooTest {
1414
Thread { foo.first { fooData[0]++ } }.start()
1515
Thread { foo.second { fooData[0]++ } }.start()
1616
Thread { foo.third { fooData[0]++ } }.start()
17-
TimeUnit.MILLISECONDS.sleep(1000)
17+
TimeUnit.MILLISECONDS.sleep(2000)
1818
assertThat(fooData[0], equalTo(3))
1919
}
2020
}

0 commit comments

Comments
 (0)