mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
50 seconds
This commit is contained in:
parent
1a81a9a8b2
commit
0615ae3a37
1
.github/actions/test/action.yml
vendored
1
.github/actions/test/action.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user