Skip to content

Commit e2753ff

Browse files
committed
increase connection timeout
1 parent 3084d6e commit e2753ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/test/src/test-integration-workflows.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,6 +1673,7 @@ test('Error thrown when requestEagerStart is used with regular Connection', asyn
16731673
// Create a regular connection instead of native
16741674
const regularConnection = await Connection.connect({
16751675
address,
1676+
connectTimeout: '5s'
16761677
});
16771678
const client = new WorkflowClient({ connection: regularConnection });
16781679

0 commit comments

Comments
 (0)