mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-10 04:00:08 +08:00
Fix test
This commit is contained in:
parent
d4fdeee58c
commit
35b8cfeb2a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user