remove sleep for the console tests to start (close #1377) (#1378)

This commit is contained in:
Aravind Shankar 2019-01-15 10:49:06 +05:30 committed by Shahidh K Muhammed
parent f7d408e2da
commit a8dd49aa4c

View File

@ -48,6 +48,9 @@ export URL_PREFIX=/
# test console
npm run dev &
# wait for console to build
sleep 60
while [ ! -f ./webpack-assets.json ]
do
sleep 2
done
# run console tests
npm run test