Skip to content

Commit 2097141

Browse files
committed
extended timeout for dequeuing test
1 parent 8cb7008 commit 2097141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/kuzzle/constructor.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ describe('Kuzzle constructor', () => {
351351
KuzzleRewired = rewire(kuzzleSource),
352352
revert = KuzzleRewired.__set__('dequeue', function () { dequeued = true; });
353353

354-
this.timeout(50);
354+
this.timeout(500);
355355

356356
kuzzle = new KuzzleRewired('nowhere', {connect: 'manual', autoReplay: false, autoQueue: false});
357357
kuzzle.io = iostub;

0 commit comments

Comments
 (0)