Skip to content

Commit

Permalink
[7.x] [reporting] increase timeout of esqueue tests (elastic#35325) (e…
Browse files Browse the repository at this point in the history
…lastic#35331)

Backports the following commits to 7.x:
 - [reporting] increase timeout of esqueue tests  (elastic#35325)
  • Loading branch information
Spencer authored Apr 19, 2019
1 parent 53fa62c commit 6d83fc4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const defaultWorkerOptions = {
};

describe('Worker class', function () {
// some of these tests might be a little slow, give them a little extra time
this.timeout(10000);

let anchorMoment;
let clock;
let client;
Expand Down

0 comments on commit 6d83fc4

Please sign in to comment.