mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Give browser/devtools/webconsole/test/browser_webconsole_bug_632347_iterators_generators.js more time to finish, since it's looking at all window's own properties (which takes longer as a result of bug 932322). CLOSED TREE.
--HG-- extra : rebase_source : cc63ba078531c4527938d5a46afe9eb71c73500b
This commit is contained in:
parent
52e96fa49b
commit
0925471775
@ -6,7 +6,7 @@
|
||||
const TEST_URI = "http://example.com/browser/browser/devtools/webconsole/test/test-bug-632347-iterators-generators.html";
|
||||
|
||||
function test() {
|
||||
requestLongerTimeout(2);
|
||||
requestLongerTimeout(4);
|
||||
|
||||
addTab(TEST_URI);
|
||||
browser.addEventListener("load", function onLoad() {
|
||||
|
Loading…
Reference in New Issue
Block a user