Decreasing reftest timeout back to 10 seconds, now that bug 425987 (image reftest fails occasionally on test boxes) is fixed.

git-svn-id: svn://10.0.0.236/trunk@251010 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dolske%mozilla.com
2008-04-30 23:37:07 +00:00
parent 86d7fb7cb8
commit cf1bba7df7

View File

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