We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965eacd commit e9d0fb8Copy full SHA for e9d0fb8
1 file changed
.github/workflows/be-installation-test.yml
@@ -44,7 +44,7 @@ jobs:
44
working-directory: backend-agent
45
run: |
46
DISABLE_AGENT=1 DB_PATH=${RUNNER_TEMP}/data.db uv run main.py > server.log 2>&1 &
47
- for i in {1..20}; do
+ for i in {1..60}; do
48
sleep 1
49
status=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:8080/health || true)
50
if [ "$status" -eq 200 ]; then
0 commit comments