Increase default test timeout to 10000
This commit is contained in:
parent
88a1827332
commit
2a8cd27b49
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue