Skip to content

Commit

Permalink
Update python_candidate_stage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dciborow committed Jun 12, 2020
1 parent f30ccc8 commit 66f764c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/stage/python_candidate_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parameters:
Demands: "python3"
stageName: 'defaultStageName'
jobDisplayName: 'defaultDisplayName'
jobTimeoutInMinutes: 10
jobTimeoutInMinutes: 15
DefaultWorkingDirectory: #
pypi_artifactFeeds: #
pypi_pythonDownloadServiceConnections: #
Expand Down Expand Up @@ -52,7 +52,7 @@ stages:
- deployment: Integration_Testing
environment: ${{parameters.environment}}
dependsOn: package_and_publish
timeoutInMinutes: 5 # how long to run the job before automatically cancelling
timeoutInMinutes: 15 # how long to run the job before automatically cancelling
pool:
name: $(Agent_Name)
strategy:
Expand Down

0 comments on commit 66f764c

Please sign in to comment.