www

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

commit 96bb436b20a8548001affe030ce8bf55b52ee854
parent 1d5e23a33e60fde71d7cc1916bf74f329dd90fb5
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 16 Apr 2012 00:12:58 -0400

Make it possible to override TEST_RUN_TIMEOUT

Diffstat:
Mchrome/content/zotero/tools/testTranslators/translatorTester.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/tools/testTranslators/translatorTester.js b/chrome/content/zotero/tools/testTranslators/translatorTester.js @@ -24,7 +24,7 @@ */ // Timeout for test to complete -const TEST_RUN_TIMEOUT = 600000; +var TEST_RUN_TIMEOUT = 600000; var EXPORTED_SYMBOLS = ["Zotero_TranslatorTesters"]; try {