We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
curl
1 parent 485ff11 commit e806c9cCopy full SHA for e806c9c
tools/postman/scripts/upload-collection.sh
@@ -64,9 +64,9 @@ if [ "$collection_exists" = "false" ]; then
64
--header 'X-API-Key: **********'
65
--data ${collection_transformed_path}"
66
curl --show-error \
67
- --retry 10 \
+ --retry 7 \
68
--retry-delay 30 \
69
- --retry-max-time 300 \
+ --retry-max-time 1200 \
70
--retry-all-errors \
71
--fail \
72
--silent \
@@ -87,9 +87,9 @@ else
87
88
89
90
91
92
93
94
95
0 commit comments