Skip to content

Commit 937f430

Browse files
committed
Tweak timeout for another Windows test
1 parent c5b5c66 commit 937f430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/jvm/test/WithTimeoutOrNullJvmTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class WithTimeoutOrNullJvmTest : TestBase() {
5959
@Test
6060
fun testIgnoredTimeoutOnNullThrowsOnYield() = runTest {
6161
val value = withTimeoutOrNull(1) {
62-
Thread.sleep(10)
62+
Thread.sleep(75)
6363
yield()
6464
}
6565
assertNull(value)

0 commit comments

Comments
 (0)