Fix another intermittent test failure from translator initialization
This commit is contained in:
parent
c310c59d32
commit
dbd81528d3
1 changed files with 4 additions and 0 deletions
|
@ -151,6 +151,10 @@ function setupAttachmentEndpoints() {
|
|||
describe("Zotero.Translate", function() {
|
||||
let win;
|
||||
before(function* () {
|
||||
// TEMP: Fix for slow translator initialization on Linux/Travis
|
||||
this.timeout(20000);
|
||||
yield Zotero.Translators.init();
|
||||
|
||||
setupAttachmentEndpoints();
|
||||
win = yield loadBrowserWindow();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue