You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/system/055-rm.bats
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -124,10 +124,10 @@ function __run_healthcheck_container() {
124
124
run_podman run -d --name $1 \
125
125
--health-cmd /bin/false \
126
126
--health-interval 1s \
127
-
--health-retries 2 \
127
+
--health-retries 1 \
128
128
--health-timeout 1s \
129
129
--health-on-failure=stop \
130
-
--stop-timeout=2 \
130
+
--stop-timeout=1 \
131
131
--health-start-period 0 \
132
132
--stop-signal SIGTERM \
133
133
$IMAGE sleep infinity
@@ -156,7 +156,7 @@ function __run_healthcheck_container() {
156
156
assert "$output" =~"Error: cannot remove container $cid as it is .* - running or paused containers cannot be removed without force: container state improper" \
0 commit comments