Skip to content

Commit 7a7df6b

Browse files
authored
test(query-orchestrator): Add additional time for CI (random fail) (#6189)
1 parent 124a2bb commit 7a7df6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-query-orchestrator/test/unit/QueryQueue.abstract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export const QueryQueueTest = (name: string, options: QueryQueueTestOptions = {}
255255
orphanedTimeout,
256256
});
257257

258-
await pausePromise(2000);
258+
await pausePromise(2000 + 500 /* additional timeout on CI */);
259259

260260
expect(await connection.getOrphanedQueries()).toEqual([
261261
connection.redisHash(['1', []])

0 commit comments

Comments
 (0)