Bug 1307566 - Timeout increased for test_subworkers_suspended.html, r=bkelly

This commit is contained in:
Andrea Marchesini 2016-10-25 18:21:34 +02:00
Родитель 3ef60e5be3
Коммит 2304607a62
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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() {