Skip to content

Commit

Permalink
Reconfigure podman engine timeout and set value to 91 instead of the …
Browse files Browse the repository at this point in the history
…default: 5s

Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Feb 5, 2025
1 parent 6675383 commit 9dd30da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
#
# sudo podman-mac-helper install
podman machine start --log-level debug
# reconfigure timeouts inside podman vm to be compatible with java docker api
echo 'mkdir -p /etc/containers/containers.conf.d && printf "[engine]\nservice_timeout=91\n" > /etc/containers/containers.conf.d/service-timeout.conf && systemctl restart podman.socket' | podman machine ssh --username root --
- name: Expose the podman API and podman.socket
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 9dd30da

Please sign in to comment.