Skip to content

Commit dd7c1ed

Browse files
HavenDVclaude
andcommitted
fix: Increase Live_InterruptionDetection timeout to 45s
Give the model more time to respond to the interrupt over WebSocket. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 862fd2b commit dd7c1ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/IntegrationTests/Tests.Live.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ public async Task Live_InterruptionDetection()
564564
//// Sends a message that triggers a long response, then sends another message
565565
//// to potentially cause an interruption. Verifies the session handles it gracefully.
566566
using var client = GetAuthenticatedClient();
567-
using var cts = new CancellationTokenSource(TimeSpan.FromSeconds(30));
567+
using var cts = new CancellationTokenSource(TimeSpan.FromSeconds(45));
568568

569569
await using var session = await client.ConnectLiveAsync(CreateLiveConfig(), cancellationToken: cts.Token);
570570

0 commit comments

Comments
 (0)