Skip to content

Commit 499aaf1

Browse files
committed
change threads to 6 in stress test
1 parent ab03703 commit 499aaf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

task1/src/test/kotlin/LockFreeStackTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ class LockFreeStackTest {
4343
.iterations(50)
4444
.invocationsPerIteration(1000)
4545
.checkObstructionFreedom()
46-
.check(this::class.java)
46+
.check(this::class)
4747

4848
@Test
4949
fun stressTest() =
5050
StressOptions()
51-
.threads(3)
51+
.threads(6)
5252
.actorsPerThread(3)
5353
.actorsAfter(1)
5454
.iterations(50)

0 commit comments

Comments
 (0)