fix: increase converge timeout

This commit is contained in:
decentral1se 2022-01-03 16:33:18 +01:00
parent a1cbf21f61
commit ba9abcb0d7
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ func WaitOnService(ctx context.Context, cl *dockerclient.Client, serviceID, appN
go io.Copy(ioutil.Discard, pipeReader)
timeout := 30 * time.Second
timeout := 50 * time.Second
select {
case err := <-errChan: