bump time limit, improve wait message
This commit is contained in:
parent
d3a1905f1e
commit
af9708ebe9
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue