Browse Source

Increase exit timeout

Suren A. Chilingaryan 4 years ago
parent
commit
53ceafe164
1 changed files with 1 additions and 1 deletions
  1. 1 1
      startup.sh

+ 1 - 1
startup.sh

@@ -41,7 +41,7 @@
     )
 #fi
 
-sleep 10
+sleep 3600
 
 num=$(ps xa | grep core.py | grep -v grep | wc -l)
 while [ $num -eq 5 ]; do