Commit 6fecd4a
Bump default .NET test helper timeout from 60s to 120s for Windows CI
Should_Work_With_Approve_All_Permission_Handler timed out on the windows-latest .NET CI job at the previous default of 60s while waiting for the first assistant message in the PermissionTests fixture. The CLI / replay-proxy cold-start cost on the first test of a fixture can exceed 60s on Windows GitHub Actions runners; subsequent tests in the same fixture run in well under a second. McpAndAgentsTests.cs already had to bump to 120s explicitly for the same reason. Apply the same 120s default in TestHelper so individual tests don't have to opt in.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b6ec90d commit 6fecd4a
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
15 | | - | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
111 | 117 | | |
112 | 118 | | |
113 | 119 | | |
114 | | - | |
| 120 | + | |
115 | 121 | | |
116 | 122 | | |
117 | 123 | | |
| |||
0 commit comments