Increase test timeout

This commit is contained in:
Ayaz Salikhov
2022-05-12 17:39:47 +03:00
parent a45feec632
commit b2d3ba803c

View File

@@ -27,8 +27,9 @@ def test_package_manager(
LOGGER.info(
f"Test that the package manager {package_manager} is working properly ..."
)
# Increased timout to make aarch64 images tests work in QEMU
container.run_and_wait(
timeout=5,
timeout=30,
tty=True,
command=["start.sh", "bash", "-c", f"{package_manager} {version_arg}"],
)