bump podman test timeout to 45m, switch to autospec

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar
2022-01-26 14:47:16 -05:00
parent 313c458cfd
commit 58c1acf597
2 changed files with 4 additions and 399 deletions
+2 -2
View File
@@ -14,10 +14,10 @@
- root-test:
dir: ./
run: ./test_podman.sh
timeout: 25m
timeout: 45m
- rootless-test:
# running the test with su doesn't create the directory for fedora user on /run/user/
# so create it manually
dir: ./
run: loginctl enable-linger fedora; su -c ${PWD}/test_podman.sh - fedora
timeout: 25m
timeout: 45m