Skip to content

Commit

Permalink
Update run-tests.yml for iRODS 4.3.1 failure to start before healthch…
Browse files Browse the repository at this point in the history
…eck time limit
  • Loading branch information
kjsanger authored Mar 25, 2024
1 parent 617a80e commit e71880c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ jobs:
ports:
- "1247:1247"
- "20000-20199:20000-20199"
volumes:
- /dev/shm:/dev/shm
options: >-
--health-cmd "nc -z -v localhost 1247"
--health-start-period 30s
--health-start-period 60s
--health-interval 10s
--health-timeout 20s
--health-retries 6
Expand Down

0 comments on commit e71880c

Please sign in to comment.