tools/fedora-worker-packer: increase timeout waiting for packit

This commit is contained in:
Sanne Raymaekers 2024-05-07 14:08:06 +02:00
parent a1476bdfb1
commit 28e4b0aa07

View file

@ -11,8 +11,8 @@ export SKIP_TAGS="rpmrepo_composer,rpmcopy,subscribe"
FEDORA=fedora-38
export PACKER_ONLY_EXCEPT=--only=amazon-ebs."$FEDORA"-x86_64,amazon-ebs."$FEDORA"-aarch64
# wait up to 10 minutes for the packit-as-a-service app (app id being 29076)
for RETRY in {1..11}; do
# wait up to 30 minutes for the packit-as-a-service app (app id being 29076)
for RETRY in {1..31}; do
if [ "$RETRY" = 11 ]; then
echo Waiting for the packit-as-a-service suite failed after 10 minutes
exit 1