Skip to content

Commit 6142329

Browse files
chore(deps): update dependency maven to v3.9.11 (#32)
* chore(deps): update dependency maven to v3.9.11 * Increase timeout --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Raja Kolli <[email protected]>
1 parent 96979b1 commit 6142329

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
distributionType=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

test-em-all.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 - | \
@@ -322,4 +322,4 @@ then
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

0 commit comments

Comments
 (0)