From ae7c45968dd458326814db2218cf6a4b0ca9c7e1 Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 21 May 2018 09:17:02 -0500 Subject: set varlink timeout to 1 seconds Add option to varlink for --timeout. Input for this option is in milliseconds Signed-off-by: baude Closes: #814 Approved by: baude --- contrib/python/test/test_runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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=. -- cgit v1.2.3-54-g00ecf