Increase default test timeout to 10000

This commit is contained in:
Dan Stillman 2016-04-26 21:46:05 -04:00
parent 88a1827332
commit 2a8cd27b49

View file

@ -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
});