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() {
|
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…
Add table
Add a link
Reference in a new issue