[7.x] [reporting] increase timeout of esqueue tests (#35325) (#35331)

Backports the following commits to 7.x:
 - [reporting] increase timeout of esqueue tests  (#35325)
This commit is contained in:
Spencer 2019-04-19 11:05:42 -07:00 committed by GitHub
parent 53fa62c346
commit 6d83fc488b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;