From ed74b02bbcd8fb8d2115ace9bbcd127703ad1650 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Mon, 27 Sep 2021 15:25:31 -0700 Subject: [PATCH] Sleep longer to wait for app boot --- .ci/functional_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/functional_test.sh b/.ci/functional_test.sh index f7f4c2d20..637653ce1 100755 --- a/.ci/functional_test.sh +++ b/.ci/functional_test.sh @@ -13,7 +13,7 @@ fi sudo firezone-ctl reconfigure # Wait for app to fully boot -sleep 10 +sleep 20 echo "Trying to load homepage" page=$(curl -L -i -vvv -k https://$(hostname))