Bug 902816 - Fix for intermittent browser_console_private_browsing.js | This test exceeded the timeout threshold; r=me

This commit is contained in:
Mihai Sucan 2013-09-09 14:41:54 +03:00
Родитель d388f3df0b
Коммит 1d7c942bff
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -15,6 +15,10 @@ function test()
let privateWindow, privateBrowser, privateTab, privateContent;
let hud, expectedMessages, nonPrivateMessage;
// This test is slightly more involved: it opens the web console twice,
// a new private window once, and the browser console twice. We can get
// a timeout with debug builds on slower machines.
requestLongerTimeout(2);
start();
function start()