From c01e67a07a0bcaebd2e29d49fa6067437bda24c2 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:33:45 +0000 Subject: [PATCH] Engineering - increase timeout for the web stage (#312355) --- build/azure-pipelines/web/product-build-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/web/product-build-web.yml b/build/azure-pipelines/web/product-build-web.yml index 118d9d2b60f..8df553bc2b7 100644 --- a/build/azure-pipelines/web/product-build-web.yml +++ b/build/azure-pipelines/web/product-build-web.yml @@ -1,7 +1,7 @@ jobs: - job: Web displayName: Web - timeoutInMinutes: 30 + timeoutInMinutes: 45 pool: name: 1es-ubuntu-22.04-x64 os: linux