Skip to content

Commit 010c4a5

Browse files
author
Mohd Javed Ansari
committed
use max trials as 3 for test runs
1 parent 06204c0 commit 010c4a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/bootstrapping/sdk_helpers.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,8 @@ function replace_template_values() {
784784
-e "s/ml_client.workspaces.begin_create(ws_private_link)/# ml_client.workspaces.begin_create(ws_private_link)/g" \
785785
-e "s/ml_client.workspaces.begin_create(ws_private_link)/# ws_from_config = MLClient.from_config()/g" \
786786
-e "s/version=mltable_version/version=1/g" \
787-
-e "s/max_trials=10/max_trials=2/g" \
788-
-e "s/max_trials: 10/max_trials: 2/g" \
787+
-e "s/max_trials=10/max_trials=3/g" \
788+
-e "s/max_trials: 10/max_trials: 3/g" \
789789
"${FILENAME}"
790790
echo "$(<"${FILENAME}")"
791791
}

0 commit comments

Comments
 (0)