Skip to content

Commit 02c1a67

Browse files
Respond to PR comments
1 parent 417c4a5 commit 02c1a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/test/src/test-nexus-operation-timeouts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export async function startToCloseTimeoutCallerWorkflow(endpoint: string): Promi
7878
});
7979
// Use startOperation (not executeOperation) so we can set startToCloseTimeout independently.
8080
const handle = await client.startOperation(startToCloseService.operations.asyncOp, 'input', {
81-
startToCloseTimeout: '1s',
81+
startToCloseTimeout: '100ms',
8282
});
8383
return await handle.result();
8484
}

0 commit comments

Comments
 (0)