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.
1 parent 494c1f9 commit dd6cc68Copy full SHA for dd6cc68
scripts/deploy-test/smoke-test-deployed-test-app.sh
@@ -6,10 +6,9 @@
6
7
set -euo pipefail
8
9
-readonly REQUEST_TIMEOUT_SECONDS=30
10
-readonly MAX_RETRIES=4
+readonly MAX_RETRIES=10
11
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"
+readonly CURL_RETRY_OPTS="--fail --retry $MAX_RETRIES --retry-all-errors --retry-delay $RETRY_DELAY_SECONDS --show-error"
13
readonly EXPECTED_CLIENT_TEXT="Wasp Kitchen Sink"
14
15
log() {
0 commit comments