Commit 35b8cfeb authored by Him188's avatar Him188

Fix test

parent d4fdeee5
......@@ -64,7 +64,7 @@ internal class LockFreeLinkedListTest {
//delay(1) // let addJob fly
if (addJob.isCompleted) {
println("Number of elements are not enough")
return
}
val foreachJob = async {
list.concurrentDo(1, 10000) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment