Skip to content

Commit 93e4d85

Browse files
committed
increase test timeout for ci
1 parent 3480841 commit 93e4d85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/all-queues.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ describe.concurrent.each(configs)("Queue Driver: $name", (config) => {
310310
await config.beforeAll();
311311
}
312312
console.timeEnd(`${config.name} beforeAll`);
313-
});
313+
}, 60_000);
314314

315315
afterAll(async () => {
316316
if (config.afterAll) {

0 commit comments

Comments
 (0)