From d240d206e0905a65b479861ad91cfbcb002b6013 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:22:33 +0200 Subject: [PATCH] Engineering - increase timeout for the web stage --- 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 118d9d2b60f69..8df553bc2b79d 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