Skip to content

Commit

Permalink
Tweak timeout for another Windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed May 24, 2022
1 parent c5b5c66 commit 937f430
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ class WithTimeoutOrNullJvmTest : TestBase() {
@Test
fun testIgnoredTimeoutOnNullThrowsOnYield() = runTest {
val value = withTimeoutOrNull(1) {
Thread.sleep(10)
Thread.sleep(75)
yield()
}
assertNull(value)
Expand Down

0 comments on commit 937f430

Please sign in to comment.