diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-25 21:16:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 21:16:11 +0100 |
commit | 930ae43e8dec5b5f2d1039418ce94357a2d1833e (patch) | |
tree | f94ccd80ff0071a0cd82241d751b5b77d850901a /test/apiv2/test-apiv2 | |
parent | d3aa64c77c501b630ae2e0a227e10c38e14b1f4f (diff) | |
parent | f25c595cb8af5d6fe491d6974f206d6a5db552cb (diff) | |
download | podman-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-x | test/apiv2/test-apiv2 | 2 |
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=$! |