Commit 501932f
Set agent-side buildTimeout for Blazor Wasm to fix build timeout (#2162)
PR #2158 increased the controller-level session timeout to 20 minutes,
but the crank agent's build step still used the default 10-minute
DefaultBuildTimeout from dotnet/crank. The 'Build is taking too long'
error on asp-citrine-lin (build 2921804) was the agent killing the
build, not the controller timing out.
Add --application.buildTimeout 00:20:00 to the crank args so the agent
allows 20 minutes for the Blazor WASM application to build.
Ref: #2158
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 142b004 commit 501932f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments