Skip to content

Commit d62e139

Browse files
committed
bump pause helper timeout
1 parent 5e62013 commit d62e139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test/src/helpers-integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export async function setActivityPauseState(handle: WorkflowHandle, activityId:
308308
return activityInfo.paused ?? false;
309309
}
310310
return !activityInfo.paused;
311-
}, 10000);
311+
}, 15000);
312312
}
313313

314314
export function helpers(t: ExecutionContext<Context>, testEnv: TestWorkflowEnvironment = t.context.env): Helpers {

0 commit comments

Comments
 (0)