Skip to content

Commit ae96e53

Browse files
authored
Fix test flake due to short activity start-to-close timeout
1 parent eec3b79 commit ae96e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test/src/workflows/signals-timers-activities-order.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export async function signalsActivitiesTimersPromiseOrdering(): Promise<boolean[
4747

4848
(async () => {
4949
await wf.scheduleActivity('myActivity', [], {
50-
scheduleToCloseTimeout: '1s',
50+
scheduleToCloseTimeout: '10s',
5151
taskQueue: `${wf.workflowInfo().taskQueue}-activity`,
5252
});
5353
activityCompleted = true;

0 commit comments

Comments
 (0)