From 4d2acead7ce66254ff6470f9c7f853f25deb6d14 Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Thu, 2 Sep 2021 01:23:37 -0700 Subject: [PATCH] [ci]: increase the t0 kvm test limit to 5 hours Signed-off-by: Guohan Lu --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e21035f0fa..a61f721895 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -104,7 +104,7 @@ stages: - job: pool: sonictest displayName: "kvmtest-t0" - timeoutInMinutes: 240 + timeoutInMinutes: 300 steps: - template: .azure-pipelines/run-test-template.yml