Temporary increase timeout to avoid NPE
This commit is contained in:
+1
-1
@@ -178,7 +178,7 @@ abstract class AbstractDebugTest : CodegenTestCase() {
|
||||
var inBoxMethod = false
|
||||
vmLoop@
|
||||
while (true) {
|
||||
val eventSet = virtualMachine.eventQueue().remove(100)
|
||||
val eventSet = virtualMachine.eventQueue().remove(1000)
|
||||
for (event in eventSet) {
|
||||
when (event) {
|
||||
is VMDeathEvent, is VMDisconnectEvent -> {
|
||||
|
||||
Reference in New Issue
Block a user