Bug 983948 - Temporarily increase the per-test browser-chrome default timeout to 45 seconds

This commit is contained in:
Phil Ringnalda 2014-03-23 16:55:34 -07:00
parent bc10396233
commit 9d692a7cba

View File

@ -1,6 +1,6 @@
/* -*- js-indent-level: 2; tab-width: 2; indent-tabs-mode: nil -*- */
// Test timeout (seconds)
var gTimeoutSeconds = 30;
var gTimeoutSeconds = 45;
var gConfig;
if (Cc === undefined) {