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