Bug 1150444 - Intermittent test_WorkerDebugger.isFrozen.xul;r=khuey

This commit is contained in:
Eddy Bruël 2015-05-08 07:08:17 +02:00
parent 3c315d18c3
commit d2c20ea03d

View File

@ -63,7 +63,7 @@
is(dbg2.isFrozen, false,
"debugger for worker on page 2 should not be frozen");
promise = waitForMultiple([
promise = Promise.all([
waitForDebuggerFreeze(dbg2),
waitForDebuggerThaw(dbg1),
]);