From 8f0e874be3ad1e6e8734e9f55b239d4080d455b8 Mon Sep 17 00:00:00 2001 From: Stephen Sun Date: Sun, 21 Nov 2021 09:06:35 +0800 Subject: [PATCH] Extend timeout for kvm-t0 test from 300 minutes to 360 minutes Recently a lot of PRs didn't pass azure pipeline kvm v0 test due to timeout Signed-off-by: Stephen Sun --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 53cee38e797..22d8046c5e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -107,7 +107,7 @@ stages: - job: pool: sonictest displayName: "kvmtest-t0" - timeoutInMinutes: 300 + timeoutInMinutes: 360 steps: - template: .azure-pipelines/run-test-template.yml