bump wait time in build
This commit is contained in:
parent
83b313dc8d
commit
f28e4e27fa
|
@ -22,7 +22,7 @@ open -g $editorpath --args \
|
||||||
-projectPath "$(pwd)/game"
|
-projectPath "$(pwd)/game"
|
||||||
|
|
||||||
# wait for editor log to exist
|
# wait for editor log to exist
|
||||||
tries=30
|
tries=60
|
||||||
count=0
|
count=0
|
||||||
while [ ! -f $editorlogpath ]
|
while [ ! -f $editorlogpath ]
|
||||||
do
|
do
|
||||||
|
@ -32,8 +32,8 @@ do
|
||||||
count=`expr $count + 1`
|
count=`expr $count + 1`
|
||||||
|
|
||||||
if [ $count -eq $tries ] ; then
|
if [ $count -eq $tries ] ; then
|
||||||
exit "early timeout - $tries seconds elapsed since launch attempt"
|
echo "early timeout - $tries seconds elapsed since launch attempt"
|
||||||
return 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue