mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
[wasm] extend build timeout for static lib (#14952)
### Description extend build timeout for web assembly static lib.
This commit is contained in:
parent
79d47c1530
commit
1187d4ade6
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ stages:
|
|||
ExtraBuildArgs: '$(ExtraBuildArgs)'
|
||||
PoolName: ${{ parameters.PoolName }}
|
||||
SkipPublish: true
|
||||
TimeoutInMinutes: 180
|
||||
TimeoutInMinutes: 270
|
||||
|
||||
- stage: Build_web_Release
|
||||
dependsOn: Build_wasm_Release
|
||||
|
|
|
|||
Loading…
Reference in a new issue