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 97c7591 commit 59d18f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stages:
- stage: "test_linux"
jobs:
- job: "test_linux"
timeoutInMinutes: 90 # how long to run the job before automatically cancelling
##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"
Expand Down

0 comments on commit 59d18f2

Please sign in to comment.