mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1243756 - Avoid output timeout in test_awsy_lite; r=jmaher
This commit is contained in:
parent
3713093885
commit
4f5c6ddffd
@ -154,7 +154,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
dump("opening tab with url [" + kUrls[urlIndex] + "]");
|
||||
info("opening tab with url [" + kUrls[urlIndex] + "]");
|
||||
gLastTab = BrowserApp.addTab(kUrls[urlIndex], { selected: true });
|
||||
setTimeout(waitForTab, 10000);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user