Skip to content

Commit aaa744e

Browse files
authored
CLOUDP-309577 : finetune posman calls
1 parent 100f5bc commit aaa744e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/postman/scripts/upload-collection.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ if [ "$collection_exists" = "false" ]; then
6464
--header 'X-API-Key: **********'
6565
--data ${collection_transformed_path}"
6666
curl --show-error \
67-
--retry 10 \
67+
--retry 7 \
6868
--retry-delay 30 \
69-
--retry-max-time 300 \
69+
--retry-max-time 1200 \
7070
--retry-all-errors \
7171
--fail \
7272
--silent \
@@ -87,9 +87,9 @@ else
8787
--data ${collection_transformed_path}"
8888

8989
curl --show-error \
90-
--retry 10 \
90+
--retry 7 \
9191
--retry-delay 30 \
92-
--retry-max-time 300 \
92+
--retry-max-time 1200 \
9393
--retry-all-errors \
9494
--fail \
9595
--silent \

0 commit comments

Comments
 (0)