Increase default test timeout to 10000
This commit is contained in:
parent
88a1827332
commit
2a8cd27b49
|
@ -178,7 +178,7 @@ Mocha.Runner.prototype.fail = function(test, err){
|
||||||
mocha.setup({
|
mocha.setup({
|
||||||
ui: "bdd",
|
ui: "bdd",
|
||||||
reporter: Reporter,
|
reporter: Reporter,
|
||||||
timeout: ZoteroUnit.timeout || 5000,
|
timeout: ZoteroUnit.timeout || 10000,
|
||||||
grep: ZoteroUnit.grep
|
grep: ZoteroUnit.grep
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user