summaryrefslogtreecommitdiff
path: root/test/apiv2/test-apiv2
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-25 21:16:11 +0100
committerGitHub <noreply@github.com>2020-02-25 21:16:11 +0100
commit930ae43e8dec5b5f2d1039418ce94357a2d1833e (patch)
treef94ccd80ff0071a0cd82241d751b5b77d850901a /test/apiv2/test-apiv2
parentd3aa64c77c501b630ae2e0a227e10c38e14b1f4f (diff)
parentf25c595cb8af5d6fe491d6974f206d6a5db552cb (diff)
downloadpodman-930ae43e8dec5b5f2d1039418ce94357a2d1833e.tar.gz
podman-930ae43e8dec5b5f2d1039418ce94357a2d1833e.tar.bz2
podman-930ae43e8dec5b5f2d1039418ce94357a2d1833e.zip
Merge pull request #5313 from edsantiago/test_apiv2
apiv2 tests: add more pod tests, timing check
Diffstat (limited to 'test/apiv2/test-apiv2')
-rwxr-xr-xtest/apiv2/test-apiv22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/test-apiv2 b/test/apiv2/test-apiv2
index fffd7b085..bc2ed142c 100755
--- a/test/apiv2/test-apiv2
+++ b/test/apiv2/test-apiv2
@@ -253,7 +253,7 @@ function start_service() {
die "Cannot start service on non-localhost ($HOST)"
fi
- $PODMAN_BIN --root $WORKDIR system service --timeout 15000 tcp:127.0.0.1:$PORT \
+ $PODMAN_BIN --root $WORKDIR system service --timeout 15 tcp:127.0.0.1:$PORT \
&> $WORKDIR/server.log &
service_pid=$!