Skip to content

Commit

Permalink
Update run-tests.yml for iRODS 4.3.1 being slow to start and filling …
Browse files Browse the repository at this point in the history
…/dev/shm
  • Loading branch information
kjsanger committed Mar 26, 2024
1 parent 45b7ed8 commit 44b98f0
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 44b98f0

Please sign in to comment.