From 33ea6ef50691b941ab78016a51a3177376f7345c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sun, 3 Mar 2024 09:04:16 -0800 Subject: [PATCH] podman: give bats test a bit longer to run Signed-off-by: Adam Williamson --- tests/podman.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/podman.pm b/tests/podman.pm index 3a9a98d2..10b0dc35 100644 --- a/tests/podman.pm +++ b/tests/podman.pm @@ -17,7 +17,7 @@ sub run { unless (get_var("CANNED")) { # run the upstream integration tests assert_script_run "dnf -y install podman podman-tests bats", 300; - assert_script_run "bats --filter-tags distro-integration /usr/share/podman/test/system", 300; + assert_script_run "bats --filter-tags distro-integration /usr/share/podman/test/system", 600; } # check to see if you can pull an image from the registry assert_script_run "podman pull registry.fedoraproject.org/fedora:latest", 300;