| ... | ... |
@@ -187,7 +187,7 @@ func (runtime *Runtime) Destroy(container *Container) error {
|
| 187 | 187 |
return fmt.Errorf("Container %v not found - maybe it was already destroyed?", container.Id)
|
| 188 | 188 |
} |
| 189 | 189 |
|
| 190 |
- if err := container.Stop(10); err != nil {
|
|
| 190 |
+ if err := container.Stop(3); err != nil {
|
|
| 191 | 191 |
return err |
| 192 | 192 |
} |
| 193 | 193 |
if mounted, err := container.Mounted(); err != nil {
|