зеркало из https://github.com/mozilla/gecko-dev.git
Raise timeout to avoid false alarms. Test-only change
This commit is contained in:
Родитель
4b0d383f93
Коммит
bfbfe016d5
|
@ -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() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче