From e41089244b300af2b3e51ac1e9501b4cfe42264e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 22 May 2020 12:56:19 -0400 Subject: Attempt to turn on build_without_cgo tests Signed-off-by: Daniel J Walsh --- test/apiv2/test-apiv2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/apiv2') 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=$! -- cgit v1.2.3-54-g00ecf