From f8bcdbd8440b6b0b86ec48c4452b2afeeaaefdde Mon Sep 17 00:00:00 2001 From: Jiashuo Li <4003950+jiasli@users.noreply.github.com> Date: Tue, 1 Apr 2025 18:56:42 +0800 Subject: [PATCH] {CI} Increase `TestExtensionsLoading` timeout to 80 minutes (#31170) (cherry picked from commit 15c9554d9c8c69d5f9393c4ac00ae8e188fe3ecc) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9a64628afa2..2209317dbd2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -569,7 +569,7 @@ jobs: - job: TestExtensionsLoading displayName: Test Extensions Loading condition: succeeded() - timeoutInMinutes: 40 + timeoutInMinutes: 80 pool: name: ${{ variables.ubuntu_pool }}