diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-22 12:56:19 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-22 12:56:19 -0400 |
commit | e41089244b300af2b3e51ac1e9501b4cfe42264e (patch) | |
tree | 7e55e6dbe5037ca446cea38cf398bcf63e8ba4d5 /test/apiv2/test-apiv2 | |
parent | 35567e706b5009ead40c0eaef7c5c1199cd8d448 (diff) | |
download | podman-e41089244b300af2b3e51ac1e9501b4cfe42264e.tar.gz podman-e41089244b300af2b3e51ac1e9501b4cfe42264e.tar.bz2 podman-e41089244b300af2b3e51ac1e9501b4cfe42264e.zip |
Attempt to turn on build_without_cgo tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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 1af76b4be..11c914704 100755 --- a/test/apiv2/test-apiv2 +++ b/test/apiv2/test-apiv2 @@ -270,7 +270,7 @@ function start_service() { die "Cannot start service on non-localhost ($HOST)" fi - $PODMAN_BIN --root $WORKDIR system service --timeout 15 tcp:127.0.0.1:$PORT \ + $PODMAN_BIN --root $WORKDIR system service --time 15 tcp:127.0.0.1:$PORT \ &> $WORKDIR/server.log & service_pid=$! |