Skip to content

Commit 1b98a17

Browse files
committed
Increase to 30.
1 parent 92f70d0 commit 1b98a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ spec:
518518
519519
# With expansion
520520
cat >> /app/build-script.sh << EOF
521-
for ((i=1; i<=17; i++)); do
521+
for ((i=1; i<=30; i++)); do
522522
echo "request #$i"
523523
curl --max-time 30 -v -x http://localhost:8080 "http://${CACHE_HOST}/v2/cache/rebuild-central/1658389751000/org/sonatype/oss/oss-parent/7/oss-parent-7.pom"
524524
sleep 0.1

0 commit comments

Comments
 (0)