зеркало из https://github.com/mozilla/gecko-dev.git
Bug 902816 - Fix for intermittent browser_console_private_browsing.js | This test exceeded the timeout threshold; r=me
This commit is contained in:
Родитель
d388f3df0b
Коммит
1d7c942bff
|
@ -15,6 +15,10 @@ function test()
|
||||||
let privateWindow, privateBrowser, privateTab, privateContent;
|
let privateWindow, privateBrowser, privateTab, privateContent;
|
||||||
let hud, expectedMessages, nonPrivateMessage;
|
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();
|
start();
|
||||||
|
|
||||||
function start()
|
function start()
|
||||||
|
|
Загрузка…
Ссылка в новой задаче