mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 528219 - Double the timeout for test browser_354894.js (random orange)
This commit is contained in:
parent
c7905493a0
commit
fe871e5dcd
@ -128,6 +128,9 @@ function test() {
|
||||
browserWindowsCount(1, "Only one browser window should be open initially");
|
||||
|
||||
waitForExplicitFinish();
|
||||
// This test takes some time to run, and it could timeout randomly.
|
||||
// So we require a longer timeout. See bug 528219.
|
||||
requestLongerTimeout(2);
|
||||
|
||||
// Some urls that might be opened in tabs and/or popups
|
||||
// Do not use about:blank:
|
||||
|
Loading…
Reference in New Issue
Block a user