Commit 0dff7ac1 authored by dolske@mozilla.com's avatar dolske@mozilla.com
Browse files

Decreasing reftest timeout back to 10 seconds, now that bug 425987 (image...

Decreasing reftest timeout back to 10 seconds, now that bug 425987 (image reftest fails occasionally on test boxes) is fixed.
parent 32fc0dce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;