mirror of
https://github.com/containers/podman.git
synced 2026-03-17 14:18:09 -04:00
test/system/255-auto-update.bats: wait 10 for update to finish
10 seconds is used by most other tests as a timeout. Given the test flakes on Debian use it. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@@ -112,7 +112,7 @@ function _confirm_update() {
|
||||
local old_iid=$2
|
||||
|
||||
# Image has already been pulled, so this shouldn't take too long
|
||||
local timeout=5
|
||||
local timeout=10
|
||||
while [[ $timeout -gt 0 ]]; do
|
||||
sleep 1
|
||||
run_podman '?' inspect --format "{{.Image}}" $cname
|
||||
|
||||
Reference in New Issue
Block a user