www

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

commit 2a8cd27b493fa712562f328ea1187531962ca1cf
parent 88a18273323be6b4aa83e3faaf5032744d6da884
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 26 Apr 2016 21:46:05 -0400

Increase default test timeout to 10000

Diffstat:
Mtest/content/runtests.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/content/runtests.js b/test/content/runtests.js @@ -178,7 +178,7 @@ Mocha.Runner.prototype.fail = function(test, err){ mocha.setup({ ui: "bdd", reporter: Reporter, - timeout: ZoteroUnit.timeout || 5000, + timeout: ZoteroUnit.timeout || 10000, grep: ZoteroUnit.grep });