diff --git a/azure-pipeline.yml b/azure-pipeline.yml index 10df61e7f2a5e..c009b5370bf32 100644 --- a/azure-pipeline.yml +++ b/azure-pipeline.yml @@ -41,6 +41,8 @@ stages: - stage: "test_linux" jobs: - job: "test_linux" + 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: