From 951c1b7d76a72b3d8ed8768e0c431b63b52fbea9 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:38:22 -0700 Subject: [PATCH] chore: increase compile job timeout (#209497) --- build/azure-pipelines/product-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index 4acf5fd1b15..31fa2fa65da 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -197,6 +197,7 @@ extends: - stage: Compile jobs: - job: Compile + timeoutInMinutes: 90 pool: name: 1es-ubuntu-20.04-x64 os: linux