Merge #20 run tests with timeout parameter

This commit is contained in:
Eduardo Santiago 2019-08-02 11:46:57 +00:00
commit 0413c0e4fe

View File

@ -13,8 +13,10 @@
- root-test: - root-test:
dir: ./ dir: ./
run: ./test_podman.sh run: ./test_podman.sh
timeout: 15m
- rootless-test: - rootless-test:
# running the test with su doesn't create the directory for fedora user on /run/user/ # running the test with su doesn't create the directory for fedora user on /run/user/
# so create it manually # so create it manually
dir: ./ dir: ./
run: mkdir /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora run: mkdir /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora
timeout: 15m