diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/python/test/test_runner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/test/test_runner.sh b/contrib/python/test/test_runner.sh index 3e6dee110..ff3a0f781 100755 --- a/contrib/python/test/test_runner.sh +++ b/contrib/python/test/test_runner.sh @@ -98,7 +98,7 @@ $PODMAN --version set -x # Run podman in background without systemd for test purposes -$PODMAN varlink ${PODMAN_HOST} >/tmp/test_runner.output 2>&1 & +$PODMAN --timeout 0 varlink ${PODMAN_HOST} >/tmp/test_runner.output 2>&1 & if [[ -z $1 ]]; then export PYTHONPATH=. |