diff options
author | baude <bbaude@redhat.com> | 2018-05-21 09:17:02 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-22 13:50:10 +0000 |
commit | ae7c45968dd458326814db2218cf6a4b0ca9c7e1 (patch) | |
tree | 3fd4f8246942a06401a4d8c52592cec6afcdbda2 /contrib/python/test/test_runner.sh | |
parent | 82feafecdda8040432c008d9b79e4f973009adfc (diff) | |
download | podman-ae7c45968dd458326814db2218cf6a4b0ca9c7e1.tar.gz podman-ae7c45968dd458326814db2218cf6a4b0ca9c7e1.tar.bz2 podman-ae7c45968dd458326814db2218cf6a4b0ca9c7e1.zip |
set varlink timeout to 1 seconds
Add option to varlink for --timeout. Input for this option is in milliseconds
Signed-off-by: baude <bbaude@redhat.com>
Closes: #814
Approved by: baude
Diffstat (limited to 'contrib/python/test/test_runner.sh')
-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=. |