Raise timeout to avoid false alarms. Test-only change

This commit is contained in:
rflint%ryanflint.com 2008-01-12 23:06:57 +00:00
Родитель 3fd400b828
Коммит e286f19fd7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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() {