mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Backports the following commits to 7.x: - [reporting] increase timeout of esqueue tests (#35325)
This commit is contained in:
parent
53fa62c346
commit
6d83fc488b
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue