Skip to content

Commit 9b8910d

Browse files
committed
Increase timeout for taskManager test
1 parent de19d0b commit 9b8910d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/integration-tests/TaskManager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe("TaskManager", () => {
1717
const workflowsToCleanup: { name: string; version: number }[] = [];
1818
const tasksToCleanup: string[] = [];
1919

20-
jest.setTimeout(30000);
20+
jest.setTimeout(60000);
2121

2222
afterEach(async () => {
2323
const client = await clientPromise;

0 commit comments

Comments
 (0)