mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
podman: give bats test a bit longer to run
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b664178eb9
commit
33ea6ef506
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user