From 1187d4ade62b8a0a98e7e0eb25e53d73959baf01 Mon Sep 17 00:00:00 2001 From: Yulong Wang <7679871+fs-eire@users.noreply.github.com> Date: Thu, 9 Mar 2023 15:03:34 -0800 Subject: [PATCH] [wasm] extend build timeout for static lib (#14952) ### Description extend build timeout for web assembly static lib. --- tools/ci_build/github/azure-pipelines/templates/web-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/web-ci.yml b/tools/ci_build/github/azure-pipelines/templates/web-ci.yml index 1540dc6f9d..d82038bc06 100644 --- a/tools/ci_build/github/azure-pipelines/templates/web-ci.yml +++ b/tools/ci_build/github/azure-pipelines/templates/web-ci.yml @@ -85,7 +85,7 @@ stages: ExtraBuildArgs: '$(ExtraBuildArgs)' PoolName: ${{ parameters.PoolName }} SkipPublish: true - TimeoutInMinutes: 180 + TimeoutInMinutes: 270 - stage: Build_web_Release dependsOn: Build_wasm_Release