Skip to content

Commit a23183f

Browse files
committed
longer timeout
1 parent 21df4ea commit a23183f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/call-model.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ describe('callModel E2E Tests', () => {
11081108

11091109
// The stream should complete without errors regardless of tool execution
11101110
expect(true).toBe(true);
1111-
}, 30000);
1111+
}, 45000);
11121112
});
11131113

11141114
describe('Multiple concurrent consumption patterns', () => {

0 commit comments

Comments
 (0)