From 51cf2dd363de633b368206fdfeb7fca0bd282ce7 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Wed, 1 Mar 2023 14:45:59 +0100 Subject: [PATCH] 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 --- test/system/255-auto-update.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/255-auto-update.bats b/test/system/255-auto-update.bats index 5864b47a2e..d6afa1b685 100644 --- a/test/system/255-auto-update.bats +++ b/test/system/255-auto-update.bats @@ -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