Skip to content

Commit

Permalink
try adding timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Oct 16, 2024
1 parent 4c36969 commit ffcfd4a
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 @@ -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:
Expand Down

0 comments on commit ffcfd4a

Please sign in to comment.