зеркало из https://github.com/mozilla/gecko-dev.git
Bug 716403 - Fix intermittent failure of Bug 795785 test. r=ehsan
This test is prone to race conditions, up the timeout wait from 20ms to 100ms.
This commit is contained in:
Родитель
2de25383ce
Коммит
cd6b85e091
|
@ -34,7 +34,7 @@ function hitEventLoop(aFunc, aTimes)
|
|||
if (--aTimes) {
|
||||
setTimeout(hitEventLoop, 0, aFunc, aTimes);
|
||||
} else {
|
||||
setTimeout(aFunc, 20);
|
||||
setTimeout(aFunc, 100);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче