mirror of
https://github.com/zotero/zotero.git
synced 2026-09-12 23:01:22 +00:00
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…
Add table
Reference in a new issue