Skip to content

Commit f30a4f5

Browse files
committed
bump test timeout
1 parent 1151a23 commit f30a4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ipcMain/sendMessage.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ These are general instructions that apply to all modes.
13801380

13811381
// Wait for first stream to complete
13821382
const collector1 = createEventCollector(env.sentEvents, workspaceId);
1383-
await collector1.waitForEvent("stream-end", 30000);
1383+
await collector1.waitForEvent("stream-end", 60000);
13841384
assertStreamSuccess(collector1);
13851385

13861386
// 2) Validate UI/history has a dynamic-tool part with a real diff string

0 commit comments

Comments
 (0)