mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Raise timeout to avoid false alarms. Test-only change
This commit is contained in:
parent
42c75ca221
commit
c6519b0872
@ -18,7 +18,7 @@ function test() {
|
||||
|
||||
openDialog("chrome://browser/content/preferences/preferences.xul", "Preferences",
|
||||
"chrome,titlebar,toolbar,centerscreen,dialog=no", "paneApplications");
|
||||
setTimeout(runTest, 250);
|
||||
setTimeout(runTest, 1000);
|
||||
}
|
||||
|
||||
function runTest() {
|
||||
|
Loading…
Reference in New Issue
Block a user