mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
work even longer on frontend, vite seems to be really slow
This commit is contained in:
parent
39c7d1fe98
commit
61e962dafc
8
.github/workflows/test_e2e.yml
vendored
8
.github/workflows/test_e2e.yml
vendored
@ -54,13 +54,13 @@ jobs:
|
||||
if curl -s --connect-timeout 5 http://localhost:3000/login > /dev/null; then
|
||||
break
|
||||
else
|
||||
echo "Connection failed. Try $i from 10. Wait 5 Seconds..."
|
||||
sleep 5
|
||||
echo "Connection failed. Try $i from 10. Wait 10 Seconds..."
|
||||
sleep 10
|
||||
fi
|
||||
done
|
||||
|
||||
if [ $i -eq 10 ]; then
|
||||
echo "Server not reachable after 10 tries."
|
||||
if [ $i -eq 100 ]; then
|
||||
echo "Server not reachable after 100 tries."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user