Skip to content

Commit 80ff7ab

Browse files
committed
Try longer timeouts for v4
1 parent 301b3de commit 80ff7ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/integration-tests/TaskRunner.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ describe("TaskRunner", () => {
106106
workflows: [{ name: workflowName, version: 1 }],
107107
tasks: [taskName],
108108
});
109-
});
109+
}, 120000);
110110
});

src/integration-tests/readme.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe("TaskManager", () => {
8888
taskRunner.stopPolling();
8989
const taskDetails = await executor.getTask(firstTask?.taskId || "");
9090
expect(taskDetails?.status).toEqual("COMPLETED");
91-
});
91+
}, 120000);
9292

9393
test("update task example ", async () => {
9494
const client = await clientPromise;

0 commit comments

Comments
 (0)