We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e6c8c commit 8a22c54Copy full SHA for 8a22c54
core/kotlinx-coroutines-core/test/UnconfinedConcurrentStressTest.kt
@@ -19,9 +19,9 @@ class UnconfinedConcurrentStressTest : TestBase() {
19
executor.close()
20
}
21
22
- @Test(timeout = 10_000L)
+ @Test
23
fun testConcurrent() = runTest {
24
- val iterations = 10_000 * stressTestMultiplier
+ val iterations = 1_000 * stressTestMultiplier
25
val startBarrier = CyclicBarrier(threads + 1)
26
val finishLatch = CountDownLatch(threads)
27
0 commit comments