fix: give more time to tear down state [ci skip]
This commit is contained in:
parent
a6b5566fa6
commit
5739758c3a
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user