From d9bbef31cd9bc79972bc9fb3c40a5e2b48e60102 Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Fri, 13 May 2022 21:09:43 +0900 Subject: [PATCH] GPU CI: Increase timeout from 55min to 65min (#13064) --- .azure-pipelines/gpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/gpu-tests.yml b/.azure-pipelines/gpu-tests.yml index c45613dbb7..439338156b 100644 --- a/.azure-pipelines/gpu-tests.yml +++ b/.azure-pipelines/gpu-tests.yml @@ -19,7 +19,7 @@ pr: jobs: - job: pytest # how long to run the job before automatically cancelling - timeoutInMinutes: "55" + timeoutInMinutes: "65" # how much time to give 'run always even if cancelled tasks' before stopping them cancelTimeoutInMinutes: "2"