From 95841556ddab1d8fb663f0f8d051fb8560bae884 Mon Sep 17 00:00:00 2001 From: Dion Date: Fri, 27 Sep 2024 15:23:40 +0200 Subject: [PATCH] timeout --- pipelines/azure/develop-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/azure/develop-ci.yml b/pipelines/azure/develop-ci.yml index 5fded1ebc7..04eed09401 100644 --- a/pipelines/azure/develop-ci.yml +++ b/pipelines/azure/develop-ci.yml @@ -58,7 +58,7 @@ stages: jobs: - job: buildnetcore displayName: 'Build' - timeoutInMinutes: 30 # how long to run the job before automatically cancelling + timeoutInMinutes: 35 # how long to run the job before automatically cancelling cancelTimeoutInMinutes: 10 # how much time to give 'run always even if cancelled tasks' before stopping them pool: vmImage: 'ubuntu-22.04'