Skip to content

Commit

Permalink
Update unit-tests.yml to give more time for iRODS to start
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger authored Mar 14, 2024
1 parent a85bb41 commit 049530e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,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 049530e

Please sign in to comment.