From da438f37f0c6196d3b5857ec8f7d37af5a56a564 Mon Sep 17 00:00:00 2001 From: Sudharsan Dhamal Gopalarathnam Date: Wed, 1 Dec 2021 14:22:27 -0800 Subject: [PATCH] [VS test] Increase vs test timeout to 240 seconds (#1955) *Increase vs test timeout to 240 seconds similar to #1924 Signed-off-by: Sudharsan Dhamal Gopalarathnam --- .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 f7dddc8bc3..2d8cd80dfc 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: 180 + default: 240 - name: log_artifact_name type: string