From daed52e22e695fce4a8039241752fa5d34807ead Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 12 Feb 2019 14:26:14 -0500 Subject: [PATCH] Increase sanity check boot timeout --- images/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/control b/images/control index b19c83d..8f290b4 100755 --- a/images/control +++ b/images/control @@ -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" -- 2.38.5