We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54b51bb + 39750fa commit 0215832Copy full SHA for 0215832
test/system/075-exec.bats
@@ -64,7 +64,7 @@ load helpers
64
is "$(find_exec_pid_files)" "" "there isn't any exec pid hash file leak"
65
66
# Ensure file is there while container is running
67
- run_podman exec -d $cid sleep 5
+ run_podman exec -d $cid sleep 100
68
is "$(find_exec_pid_files)" '.*containers.*exec_pid' "exec_pid file found"
69
70
run_podman rm -t 0 -f $cid
0 commit comments