From 2262c011be679e4ba5d36c795b8d2177213a921f Mon Sep 17 00:00:00 2001 From: Shilong Liu Date: Wed, 16 Feb 2022 08:33:05 +0800 Subject: [PATCH] [VS] Increase test timout to 360min (#582) Changing the docker pool, VS test is taking slightly more than 4hrs. --- .azure-pipelines/test-docker-sonic-vs-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/test-docker-sonic-vs-template.yml b/.azure-pipelines/test-docker-sonic-vs-template.yml index 0068f069a..72817ea5c 100644 --- a/.azure-pipelines/test-docker-sonic-vs-template.yml +++ b/.azure-pipelines/test-docker-sonic-vs-template.yml @@ -1,7 +1,7 @@ parameters: - name: timeout type: number - default: 240 + default: 360 - name: log_artifact_name type: string