Skip to content

Commit caf87ef

Browse files
increased runtime
1 parent 9d1bfe1 commit caf87ef

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)