From a62d611e0b27e513f0f3dd662bd0377f54aa92cb Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Fri, 3 Apr 2020 19:09:45 -0700 Subject: [PATCH] adjust kill time --- pkg/drivers/kic/oci/oci.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/drivers/kic/oci/oci.go b/pkg/drivers/kic/oci/oci.go index 08bb981e28..1db19fa73e 100644 --- a/pkg/drivers/kic/oci/oci.go +++ b/pkg/drivers/kic/oci/oci.go @@ -235,7 +235,7 @@ func ContainerID(ociBinary string, nameOrID string) (string, error) { // WarnIfSlow runs an oci command, warning about performance issues func WarnIfSlow(args ...string) ([]byte, error) { - killTime := 15 * time.Second + killTime := 18 * time.Second warnTime := 2 * time.Second if args[1] == "volume" || args[1] == "ps" { // volume and ps requires more time than inspect