Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .azure-pipelines/pr_test_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parameters:

- name: TIMEOUT_IN_MINUTES_PR_TEST
type: number
default: 480
default: 640

- name: CHECKOUT_SONIC_MGMT
type: boolean
Expand All @@ -29,7 +29,7 @@ parameters:
RETRY_TIMES: "2"
STOP_ON_FAILURE: "True"
TEST_PLAN_NUM: "1"
MAX_RUN_TEST_MINUTES: 240
MAX_RUN_TEST_MINUTES: 480
MGMT_COMMIT_HASH: ""
PTF_MODIFIED: "False"
EXPECTED_RESULT: ""
Expand Down
Loading