From af9708ebe960ca8614186e5da069f4b969eeeffd Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Tue, 9 Mar 2021 17:37:43 +0000 Subject: [PATCH] bump time limit, improve wait message --- ci/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index fdffd03..db4329e 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -31,13 +31,13 @@ launch_unity () { launch_unity -tries=60 +tries=120 count=0 while [ ! -f $editorlogpath ] do if ps -p $unitypid > /dev/null then - echo "unity ok ($unitypid)" + echo "waiting for unity ($unitypid)" else echo "unity is no longer running - trying again"