1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-22 15:25:43 +00:00

podman: give test install command even longer to run

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-04-14 08:45:15 -07:00
parent d0fda5bc12
commit d6e453b665

View File

@ -21,7 +21,7 @@ sub run {
}
else {
# install podman and run the upstream integration tests
assert_script_run "dnf -y install podman podman-tests bats", 300;
assert_script_run "dnf -y install podman podman-tests bats", 600;
# needed so we exit 1 when the bats command fails
assert_script_run "set -o pipefail";
assert_script_run "bats --filter-tags distro-integration /usr/share/podman/test/system | tee /tmp/podman-bats.txt", 600;