Skip to content

Commit dd6cc68

Browse files
committed
Update curl command options
1 parent 494c1f9 commit dd6cc68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/deploy-test/smoke-test-deployed-test-app.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66

77
set -euo pipefail
88

9-
readonly REQUEST_TIMEOUT_SECONDS=30
10-
readonly MAX_RETRIES=4
9+
readonly MAX_RETRIES=10
1110
readonly RETRY_DELAY_SECONDS=30
12-
readonly CURL_RETRY_OPTS="--retry $MAX_RETRIES --retry-all-errors --retry-delay $RETRY_DELAY_SECONDS --max-time $REQUEST_TIMEOUT_SECONDS --fail --silent --show-error"
11+
readonly CURL_RETRY_OPTS="--fail --retry $MAX_RETRIES --retry-all-errors --retry-delay $RETRY_DELAY_SECONDS --show-error"
1312
readonly EXPECTED_CLIENT_TEXT="Wasp Kitchen Sink"
1413

1514
log() {

0 commit comments

Comments
 (0)