We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fa9145 + 54bc5b5 commit e3eff00Copy full SHA for e3eff00
cmd/limactl/stop.go
@@ -75,7 +75,7 @@ func stopInstanceGracefully(inst *store.Instance) error {
75
}
76
77
func waitForHostAgentTermination(ctx context.Context, inst *store.Instance, begin time.Time) error {
78
- ctx2, cancel := context.WithTimeout(ctx, 3*time.Minute)
+ ctx2, cancel := context.WithTimeout(ctx, 3*time.Minute+10*time.Second)
79
defer cancel()
80
81
var receivedExitingEvent bool
0 commit comments