fix: give more time to tear down state [ci skip]

This commit is contained in:
decentral1se 2023-02-17 11:11:28 +01:00
parent a6b5566fa6
commit 5739758c3a
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ func pruneApp(c *cli.Context, cl *dockerClient.Client, app config.App) error {
if len(services) == 0 {
logrus.Debugf("%s undeployed, moving on with pruning logic", stackName)
time.Sleep(time.Second) // give runtime more time to tear down related state
break
}