Bug 1402081 - Increase a timeout in unstable navigation test, a=testonly

MozReview-Commit-ID: LPJjirqcHwf
This commit is contained in:
James Graham 2018-04-20 13:24:08 +01:00
Родитель 1ba4637a1a
Коммит 757edb7be0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -57,7 +57,7 @@ function runTest() {
// we automatically assume navigation succeeded after 100 ms. A sibling test will test this
// particular Firefox bug.
await navigateAndWaitForChange(frameWindow, w => w.history.forward(),
{ assumeSuccessAfter: 100 });
{ assumeSuccessAfter: 500 });
assert_equals(frameWindow.location.hash, "#cat");
assert_equals(frameWindow.history.length, afterThreeNavigations,