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