From fefb0427160b69182cdb2715da345ed3b93f3255 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Fri, 24 Dec 2021 02:26:02 +0100 Subject: [PATCH] fix: shorter timeout on deploy --- pkg/upstream/stack/stack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/upstream/stack/stack.go b/pkg/upstream/stack/stack.go index b5ab59bf..53a408da 100644 --- a/pkg/upstream/stack/stack.go +++ b/pkg/upstream/stack/stack.go @@ -492,7 +492,7 @@ func waitOnService(ctx context.Context, cl *dockerclient.Client, serviceID, serv go io.Copy(ioutil.Discard, pipeReader) - timeout := 60 * time.Second + timeout := 30 * time.Second select { case err := <-errChan: