mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
CI: rm system test: bump grace period
The "rm on stopping containers" test is flaking under high load, probably because I bumped up two timeouts in the healthcheck container that it relies on. Bump up this test's timeout as well. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -150,7 +150,7 @@ function __run_healthcheck_container() {
|
||||
# We have no way to guarantee that we see 'stopping', but at a very
|
||||
# minimum we need to check at least one rm failure
|
||||
local rm_failures=0
|
||||
for i in {1..10}; do
|
||||
for i in {1..20}; do
|
||||
run_podman '?' rm $cname
|
||||
if [[ $status -eq 0 ]]; then
|
||||
break
|
||||
|
Reference in New Issue
Block a user