Skip to content

Commit

Permalink
need more sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Oct 16, 2024
1 parent 0e426a5 commit 59e513b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 59e513b

Please sign in to comment.