Skip to content

Commit 953a9f3

Browse files
Bump WasmBuildTests timeout to 180min (#95662)
Looking at the data for the last 30 days a successful or failed WasmBuildTests job took between 70-90 minutes. When Helix queues are overloaded the 120min timeout can result in canceled builds which is especially true on servicing queues which first need to spin up VMs so bump the timeout to 180mins. Co-authored-by: Alexander Köplinger <[email protected]>
1 parent 07b5d81 commit 953a9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/common/templates/browser-wasm-build-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
/p:InstallWorkloadForTesting=true
111111
/p:WasmSkipMissingRuntimePackBuild=true
112112
/p:PreparePackagesForWorkloadInstall=false
113-
timeoutInMinutes: 120
113+
timeoutInMinutes: 180
114114
condition: >-
115115
or(
116116
eq(variables['alwaysRunVar'], true),

0 commit comments

Comments
 (0)