~comcloudway/builds.sr.ht

daed52e22e695fce4a8039241752fa5d34807ead — Drew DeVault 5 years ago 8e60d98
Increase sanity check boot timeout
1 files changed, 1 insertions(+), 1 deletions(-)

M images/control
M images/control => images/control +1 -1
@@ 122,7 122,7 @@ _wait_boot() {
	do
		sleep 5
		attempts=$((attempts + 1))
		if [ "$attempts" -eq 10 ]
		if [ "$attempts" -eq 20 ]
		then
			echo "Giving up."
			cmd_cleanup "$port"