committed by
GitHub
parent
61c3f15826
commit
46f3348b27
@@ -102,7 +102,7 @@ val counters = Array(COUNT) { AtomicInt(0) }
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
workers.forEach {
|
workers.forEach {
|
||||||
it.executeAfter(10*1000*1000, {
|
it.executeAfter(1000*1000*1000, {
|
||||||
println("DELAY EXECUTED")
|
println("DELAY EXECUTED")
|
||||||
assert(false)
|
assert(false)
|
||||||
}.freeze())
|
}.freeze())
|
||||||
|
|||||||
Reference in New Issue
Block a user