From 2a8cd27b493fa712562f328ea1187531962ca1cf Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 26 Apr 2016 21:46:05 -0400 Subject: [PATCH] Increase default test timeout to 10000 --- test/content/runtests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/content/runtests.js b/test/content/runtests.js index 7ad9d2f275..945c1bbb06 100644 --- 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 });