Skip to content

Commit ffcbd23

Browse files
authored
Merge pull request #165 -- increase websocket-timeout to 180000ms
increased runtime
2 parents 06178ca + caf87ef commit ffcbd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/runtime/ExecutionContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export type WSAgentConfig = z.infer<typeof WSAgentConfigSchema>
3434

3535
export const WS_AGENT_CONFIG: WSAgentConfig = {
3636
url: 'ws://localhost:9200',
37-
eventGapTimeout: 60000, // 60 seconds - client-side safety net
37+
eventGapTimeout: 180000, // 180 seconds - client-side safety net
3838
enableScreenshots: false,
3939
enableFallback: true
4040
}

0 commit comments

Comments
 (0)