gating tests: bump timeout, 15m to 25
Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
10d89c666b
commit
8a8a2f9c1b
@ -14,10 +14,10 @@
|
||||
- root-test:
|
||||
dir: ./
|
||||
run: ./test_podman.sh
|
||||
timeout: 15m
|
||||
timeout: 25m
|
||||
- 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: 15m
|
||||
timeout: 25m
|
||||
|
Loading…
Reference in New Issue
Block a user