Skip to content

Commit

Permalink
test/system/255-auto-update.bats: wait 10 for update to finish
Browse files Browse the repository at this point in the history
10 seconds is used by most other tests as a timeout. Given the test
flakes on Debian use it.

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Mar 1, 2023
1 parent b727f30 commit 51cf2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/255-auto-update.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51cf2dd

Please sign in to comment.