Skip to content

Commit d840332

Browse files
committed
try to fix flaky locking timeout test
1 parent 34c8400 commit d840332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-packages/run-engine/src/engine/tests/locking.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { trace } from "@internal/tracing";
66
import { Logger } from "@trigger.dev/core/logger";
77

88
describe("RunLocker", () => {
9-
redisTest("Test acquiring a lock works", { timeout: 15_000 }, async ({ redisOptions }) => {
9+
redisTest("Test acquiring a lock works", { timeout: 60_000 }, async ({ redisOptions }) => {
1010
const redis = createRedisClient(redisOptions);
1111
const logger = new Logger("RunLockTest", "debug");
1212
const runLock = new RunLocker({

0 commit comments

Comments
 (0)