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