Skip to content

Commit

Permalink
Update pipeline.yml to increase timeout to 90 minutes (#2910)
Browse files Browse the repository at this point in the history
Runs have been timing out after 60 minutes due to multiple scenarios sharing VMs
  • Loading branch information
maddieford committed Sep 1, 2023
1 parent bfeb170 commit 601954a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests_e2e/pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
- bash: $(Build.SourcesDirectory)/tests_e2e/pipeline/scripts/execute_tests.sh
displayName: "Execute tests"
continueOnError: true
timeoutInMinutes: 90
env:
SUBSCRIPTION_ID: $(SUBSCRIPTION-ID)
AZURE_CLIENT_ID: $(AZURE-CLIENT-ID)
Expand Down

0 comments on commit 601954a

Please sign in to comment.