From 4d95e2248cfaa3eab726df872f187f62d92faa50 Mon Sep 17 00:00:00 2001 From: Harold Zeng Date: Wed, 16 Dec 2020 03:10:40 +0000 Subject: [PATCH] increase the threshold to extension loading job --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d6141a6649a..2510147c5b4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -463,7 +463,7 @@ jobs: - job: TestExtensionsLoading displayName: Test Extensions Loading condition: succeeded() - timeoutInMinutes: 10 + timeoutInMinutes: 20 pool: vmImage: 'ubuntu-16.04'