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
parent 31b9a0172c
commit 611cafcec3

View File

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