bump time limit, improve wait message

This commit is contained in:
Cat Flynn 2021-03-09 17:37:43 +00:00
parent d3a1905f1e
commit af9708ebe9
1 changed files with 2 additions and 2 deletions

View File

@ -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"