Skip to content

Commit 95a7155

Browse files
committed
increase timeout for queue concurrency limit test
1 parent 082644e commit 95a7155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-packages/run-engine/src/run-queue/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const messageDev: InputPayload = {
6969
describe("RunQueue", () => {
7070
redisTest(
7171
"Get/set Queue concurrency limit",
72-
{ timeout: 5_000 },
72+
{ timeout: 15_000 },
7373
async ({ redisContainer, redis }) => {
7474
const queue = new RunQueue({
7575
...testOptions,

0 commit comments

Comments
 (0)