Skip to content

Commit e9d0fb8

Browse files
committed
Increase timeout to 60 seconds
1 parent 965eacd commit e9d0fb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/be-installation-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
working-directory: backend-agent
4545
run: |
4646
DISABLE_AGENT=1 DB_PATH=${RUNNER_TEMP}/data.db uv run main.py > server.log 2>&1 &
47-
for i in {1..20}; do
47+
for i in {1..60}; do
4848
sleep 1
4949
status=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:8080/health || true)
5050
if [ "$status" -eq 200 ]; then

0 commit comments

Comments
 (0)