We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1151a23 commit f30a4f5Copy full SHA for f30a4f5
tests/ipcMain/sendMessage.test.ts
@@ -1380,7 +1380,7 @@ These are general instructions that apply to all modes.
1380
1381
// Wait for first stream to complete
1382
const collector1 = createEventCollector(env.sentEvents, workspaceId);
1383
- await collector1.waitForEvent("stream-end", 30000);
+ await collector1.waitForEvent("stream-end", 60000);
1384
assertStreamSuccess(collector1);
1385
1386
// 2) Validate UI/history has a dynamic-tool part with a real diff string
0 commit comments