Bump the reftest load timeout to 30s to see if it helps the tinderbox orange. a=roc

This commit is contained in:
sharparrow1@yahoo.com 2007-08-22 15:21:15 -07:00
parent d8e4ab425d
commit ad918ae950

View File

@ -51,7 +51,7 @@ const NS_SCRIPTSECURITYMANAGER_CONTRACTID =
const NS_REFTESTHELPER_CONTRACTID =
"@mozilla.org/reftest-helper;1";
const LOAD_FAILURE_TIMEOUT = 10000; // ms
const LOAD_FAILURE_TIMEOUT = 30000; // ms
var gBrowser;
var gCanvas1, gCanvas2;