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"