Skip to content

Commit

Permalink
need more sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Oct 16, 2024
1 parent ffcfd4a commit 9605f8f
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 @@ -10,8 +10,6 @@ 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 Expand Up @@ -43,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 9605f8f

Please sign in to comment.