Most verify-rpm jobs were failing due to ports not opening up in time.
The previous 120 seconds seems to be slightly too short, 125 seconds
seems to be about normal.
Fixes: INTPAK-145
Change-Id: I53f92bc84dda6318734010b8824b6d33c3c24798
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
echo "Closed ports:"
printf '%s\n' "${closed_ports[@]}"
break
- elif [ $COUNT -gt 120 ]; then
+ elif [ $COUNT -gt 300 ]; then
echo "Timeout waiting ports to open"
echo "Open ports:"
printf '%s\n' "${open_ports[@]}"