aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extras/hs-test/container.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/container.go b/extras/hs-test/container.go
index 874ce3d1750..971f3b60ef9 100644
--- a/extras/hs-test/container.go
+++ b/extras/hs-test/container.go
@@ -187,5 +187,5 @@ func (c *Container) execAction(args string) (string, error) {
}
func (c *Container) stop() error {
- return exechelper.Run("docker stop " + c.name)
+ return exechelper.Run("docker stop " + c.name + " -t 0")
}