File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616# under the License.
1717wrapperVersion =3.3.2
1818distributionType =only-script
19- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9 /apache-maven-3.9.9 -bin.zip
19+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11 /apache-maven-3.9.11 -bin.zip
Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ function testCircuitBreaker() {
211211 assertEqual " Product Id: $PROD_ID_NOT_FOUND not found in fallback cache!" " $( echo ${RESPONSE} | jq -r .message) "
212212
213213 # Wait for the circuit breaker to transition to the half open state (i.e. max 10 sec)
214- echo " Will sleep for 10 sec waiting for the CB to go Half Open..."
215- sleep 10
214+ echo " Will sleep for 15 sec waiting for the CB to go Half Open..."
215+ sleep 15
216216
217217 # Verify that the circuit breaker is in half open state
218218 assertEqual " HALF_OPEN" " $( ${EXEC} wget store:8080/actuator/health -qO - | \
322322 echo " We are done, stopping the test environment..."
323323 echo " $ docker compose -p ssm down --remove-orphans"
324324 docker compose -p ssm down --remove-orphans
325- fi
325+ fi
You can’t perform that action at this time.
0 commit comments