Skip to content

Commit 720f461

Browse files
committed
Made the wait for duration test more resilient
1 parent abbdb4f commit 720f461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe("RunEngine Waitpoints", () => {
102102
const executionData = await engine.getRunExecutionData({ runId: run.id });
103103
expect(executionData?.snapshot.executionStatus).toBe("EXECUTING_WITH_WAITPOINTS");
104104

105-
await setTimeout(1_500);
105+
await setTimeout(2_000);
106106

107107
const waitpoint = await prisma.waitpoint.findFirst({
108108
where: {

0 commit comments

Comments
 (0)