зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1307566 - Timeout increased for test_subworkers_suspended.html, r=bkelly
This commit is contained in:
Родитель
3ef60e5be3
Коммит
2304607a62
|
@ -65,8 +65,8 @@
|
|||
is(e.persisted, true, "test page should have been persisted in pageshow");
|
||||
|
||||
var promise = new Promise((resolve, reject) => {
|
||||
info("Waiting 2 seconds...");
|
||||
setTimeout(resolve, 2000);
|
||||
info("Waiting a few seconds...");
|
||||
setTimeout(resolve, 5000);
|
||||
});
|
||||
|
||||
promise.then(function() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче