www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 90a301380279850a84f7d0bdabb83e6ac42b2655
parent b3c28dc79e55ad8c4e495bea1e3c7cf94589c0c8
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 21 Jan 2017 06:37:05 -0500

Disable script run time warning in tests

Diffstat:
Mtest/runtests.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/runtests.sh b/test/runtests.sh @@ -122,6 +122,7 @@ cat <<EOF > "$PROFILE/prefs.js" user_pref("extensions.autoDisableScopes", 0); user_pref("browser.uitour.enabled", false); user_pref("browser.shell.checkDefaultBrowser", false); +user_pref("dom.max_chrome_script_run_time", 0); user_pref("extensions.zotero.debug.log", $DEBUG); user_pref("extensions.zotero.debug.level", $DEBUG_LEVEL); user_pref("extensions.zotero.debug.time", $DEBUG);