Skip to content

Commit e7f9b5f

Browse files
committed
Revert to 5s test
1 parent b2168b9 commit e7f9b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/internal/LockFreeLinkedListAtomicStressLFTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class LockFreeLinkedListAtomicStressLFTest : TestBase() {
3333

3434
data class IntNode(val i: Int) : LockFreeLinkedListNode()
3535

36-
private val TEST_DURATION_SEC = 50 * stressTestMultiplier
36+
private val TEST_DURATION_SEC = 5 * stressTestMultiplier
3737

3838
val nLists = 4
3939
val nAdderThreads = 4

0 commit comments

Comments
 (0)