mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
1f8711751e
Because we are implemented in Go, the number of pids present in a container is not very well-defined (other than it not being /much/ bigger than the limit you'd want to set). As a result, we need to make the tests a bit less flaky in this regard. Signed-off-by: Aleksa Sarai <asarai@suse.com>