mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-25 08:35:49 +00:00
podman: give test install command even longer to run
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d0fda5bc12
commit
d6e453b665
@ -21,7 +21,7 @@ sub run {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# install podman and run the upstream integration tests
|
# 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
|
# needed so we exit 1 when the bats command fails
|
||||||
assert_script_run "set -o pipefail";
|
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;
|
assert_script_run "bats --filter-tags distro-integration /usr/share/podman/test/system | tee /tmp/podman-bats.txt", 600;
|
||||||
|
Loading…
Reference in New Issue
Block a user