Skip to content

Commit

Permalink
ci(pytest): further increase central startup timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 17, 2023
1 parent 97284f1 commit d99dd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
cd src/backend
docker compose run api \
wait-for-it fmtm-db:5432 \
-- wait-for-it central:8383 --timeout=30 \
-- wait-for-it central:8383 --timeout=60 \
-- pytest

0 comments on commit d99dd5e

Please sign in to comment.