Commit 5d4d07a
committed
Increase SdkDumpCi timeout from LongTimeout to ExtraLongTimeout
The test spawns a child process that does a real dotnet build of
Aspire.Hosting.csproj. LongTimeoutTimeSpan is only 60s locally, which
is insufficient when the machine is under load from concurrent tests.
ExtraLongTimeoutTimeSpan (180s local / 360s CI) gives enough headroom.1 parent 2247a63 commit 5d4d07a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
0 commit comments