podman: give bats test a bit longer to run

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-03-03 09:04:16 -08:00
parent b664178eb9
commit 33ea6ef506
1 changed files with 1 additions and 1 deletions

View File

@ -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;