Skip to content

Commit

Permalink
increase timeout for run_main_test_pipeline job in ci-tests-tasks-v2 …
Browse files Browse the repository at this point in the history
…pipeline (#19010)
  • Loading branch information
max-zaytsev authored Sep 25, 2023
1 parent cc9cde2 commit 6ef2d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/ci-test-tasks/canary-tests-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
displayName: Run main test pipeline
condition: and(succeeded(),gt(length(dependencies.detect_changes.outputs['detect.TASKS']), 0))
dependsOn: detect_changes
timeoutInMinutes: 180
variables:
- name: tasks
value: $[dependencies.detect_changes.outputs['detect.TASKS']]
Expand Down

0 comments on commit 6ef2d91

Please sign in to comment.