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 c333cce commit 2f59a15Copy full SHA for 2f59a15
deploy/tasks/buildah-oci-ta.yaml
@@ -518,9 +518,9 @@ spec:
518
519
# With expansion
520
cat >> /app/build-script.sh << EOF
521
- for ((i=1; i<=10000; i++)); do
+ for ((i=1; i<=30; i++)); do
522
echo "request #$i"
523
- curl -v -x http://localhost:8080 "http://${CACHE_HOST}/v2/cache/rebuild-central/1658389751000/org/sonatype/oss/oss-parent/7/oss-parent-7.pom"
+ 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"
524
sleep 0.1
525
done
526
EOF
0 commit comments