Skip to content

Commit f96403f

Browse files
Update TaskManager.test.ts
1 parent b4d9526 commit f96403f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/task/__tests__/TaskManager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const BASE_TIME = 500;
1010
describe("TaskManager", () => {
1111
const clientPromise = orkesConductorClient({ useEnvVars: true, refreshTokenInterval: 0 });
1212

13-
jest.setTimeout(10000);
13+
jest.setTimeout(15000);
1414

1515
test("Should run workflow with worker", async () => {
1616
const client = await clientPromise;

0 commit comments

Comments
 (0)