зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1402081 - Increase a timeout in unstable navigation test, a=testonly
MozReview-Commit-ID: LPJjirqcHwf
This commit is contained in:
Родитель
1ba4637a1a
Коммит
757edb7be0
|
@ -57,7 +57,7 @@ function runTest() {
|
||||||
// we automatically assume navigation succeeded after 100 ms. A sibling test will test this
|
// we automatically assume navigation succeeded after 100 ms. A sibling test will test this
|
||||||
// particular Firefox bug.
|
// particular Firefox bug.
|
||||||
await navigateAndWaitForChange(frameWindow, w => w.history.forward(),
|
await navigateAndWaitForChange(frameWindow, w => w.history.forward(),
|
||||||
{ assumeSuccessAfter: 100 });
|
{ assumeSuccessAfter: 500 });
|
||||||
|
|
||||||
assert_equals(frameWindow.location.hash, "#cat");
|
assert_equals(frameWindow.location.hash, "#cat");
|
||||||
assert_equals(frameWindow.history.length, afterThreeNavigations,
|
assert_equals(frameWindow.history.length, afterThreeNavigations,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче