Bug 1095517 - Increase the timeout of browser_identity_UI.js

This commit is contained in:
Ehsan Akhgari 2015-04-26 17:27:18 -04:00
parent 55e26fc418
commit 1af31e64bc

View File

@ -1,6 +1,7 @@
/* Tests for correct behaviour of getEffectiveHost on identity handler */
function test() {
waitForExplicitFinish();
requestLongerTimeout(2);
ok(gIdentityHandler, "gIdentityHandler should exist");