Skip to content

Commit

Permalink
Change pipeline timeout to 90 minutes (Azure#2925)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddieford authored Sep 14, 2023
1 parent ef2a7e8 commit 0a159d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pool:

jobs:
- job: "ExecuteTests"
timeoutInMinutes: 90

steps:
- task: UsePythonVersion@0
Expand Down Expand Up @@ -107,7 +108,6 @@ 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 0a159d6

Please sign in to comment.