Skip to content

Commit

Permalink
Update azure-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Oct 16, 2024
1 parent 59e513b commit 97c7591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +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
timeoutInMinutes: 90 # how long to run the job before automatically cancelling
cancelTimeoutInMinutes: 40 # how much time to give 'run always even if cancelled tasks' before stopping them
pool:
vmImage: "ubuntu-latest"
strategy:
Expand Down

0 comments on commit 97c7591

Please sign in to comment.