mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Trial fix for bug 986760: focus the test runner window and also request a longer timeout
This commit is contained in:
parent
277c40e502
commit
758721b070
@ -9,6 +9,8 @@ let gContentWindow;
|
||||
|
||||
Components.utils.import("resource:///modules/UITour.jsm");
|
||||
|
||||
requestLongerTimeout(2);
|
||||
|
||||
function test() {
|
||||
UITourTest();
|
||||
}
|
||||
|
@ -165,8 +165,10 @@ function UITourTest() {
|
||||
}
|
||||
let test = tests.shift();
|
||||
info("Starting " + test.name);
|
||||
loadUITourTestPage(function() {
|
||||
test(done);
|
||||
waitForFocus(function() {
|
||||
loadUITourTestPage(function() {
|
||||
test(done);
|
||||
});
|
||||
});
|
||||
}
|
||||
nextTest();
|
||||
|
Loading…
Reference in New Issue
Block a user