Bug 1243756 - Avoid output timeout in test_awsy_lite; r=jmaher

This commit is contained in:
Geoff Brown 2016-01-29 07:53:31 -07:00
Родитель 1b1b36fcdc
Коммит 8a4ecb8d4c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -154,7 +154,7 @@
return;
}
dump("opening tab with url [" + kUrls[urlIndex] + "]");
info("opening tab with url [" + kUrls[urlIndex] + "]");
gLastTab = BrowserApp.addTab(kUrls[urlIndex], { selected: true });
setTimeout(waitForTab, 10000);
}