Browse Source

Allow hapi an additional 30 seconds to start-up

Zane Kansil 10 years ago
parent
commit
db3c3c544c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      frameworks/JavaScript/hapi/setup.sh

+ 3 - 1
frameworks/JavaScript/hapi/setup.sh

@@ -14,4 +14,6 @@ npm install -g npm
 
 
 # run app
 # run app
 npm install
 npm install
-node app &
+node app &
+echo "sleeping additional 30 seconds for hapi..."
+sleep 30