diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 3b928fd..655d34b 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -18,6 +18,7 @@ runs: run: | until $(curl --output /dev/null --silent --head --fail http://127.0.0.1:8080); do printf '.' + curl http://127.0.0.1:8080 sleep 1 done shell: bash diff --git a/test/runner/nwjs/module-prepare.sh b/test/runner/nwjs/module-prepare.sh index 92b6d0d..1460b78 100755 --- a/test/runner/nwjs/module-prepare.sh +++ b/test/runner/nwjs/module-prepare.sh @@ -52,7 +52,7 @@ until $(curl --output /dev/null --silent --head --fail http://127.0.0.1:8083/che curl http://127.0.0.1:8083/check sleep 1 let i=$i+1 - if [ $i -ge 5 ];then + if [ $i -ge 50 ];then echo "error" docker ps -a exit 1