Skip to content

Commit 41614b8

Browse files
LoopedBard3Copilot
andauthored
Increase Blazor Wasm crank timeout to 20 minutes (#2158)
The Blazor Wasm benchmark was timing out at the default 10-minute crank timeout. Add explicit timeout of 20 minutes to the crank job message body. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b6d9c75 commit 41614b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/blazor-scenarios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ steps:
5454
{
5555
"name": "crank",
5656
"condition": "(${{ parameters.condition }})",
57+
"timeout": "00:20:00",
5758
"args": [ "${{ parameters.arguments }} --session $(session) ${{ s.arguments }} --application.framework net11.0 --command-line-property --table BlazorWasm --sql SQL_CONNECTION_STRING --cert-tenant-id SQL_SERVER_TENANTID --cert-client-id SQL_SERVER_CLIENTID --cert-path SQL_SERVER_CERT_PATH --cert-sni --chart" ]
5859
}
5960

0 commit comments

Comments
 (0)