From ffcfd4a1c07a896ba5a18dc0bd25080d0eae5402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Wed, 16 Oct 2024 10:22:07 +0200 Subject: [PATCH] try adding timeouts --- azure-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipeline.yml b/azure-pipeline.yml index 55fa244459480e..e4395a7f69f4f1 100644 --- a/azure-pipeline.yml +++ b/azure-pipeline.yml @@ -10,6 +10,8 @@ stages: - stage: "lint" jobs: - job: "lint" + timeoutInMinutes: 20 # how long to run the job before automatically cancelling + cancelTimeoutInMinutes: 20 # how much time to give 'run always even if cancelled tasks' before stopping them pool: vmImage: "ubuntu-latest" strategy: