Skip to content

Commit 0215832

Browse files
Merge pull request #27087 from Luap99/system-test-fix
test/system: fix test race in exec leak check
2 parents 54b51bb + 39750fa commit 0215832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system/075-exec.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ load helpers
6464
is "$(find_exec_pid_files)" "" "there isn't any exec pid hash file leak"
6565

6666
# Ensure file is there while container is running
67-
run_podman exec -d $cid sleep 5
67+
run_podman exec -d $cid sleep 100
6868
is "$(find_exec_pid_files)" '.*containers.*exec_pid' "exec_pid file found"
6969

7070
run_podman rm -t 0 -f $cid

0 commit comments

Comments
 (0)