Skip to content

Commit a0263c2

Browse files
committed
adjust more
1 parent a62d611 commit a0263c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/drivers/kic/oci/oci.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ func ContainerID(ociBinary string, nameOrID string) (string, error) {
235235

236236
// WarnIfSlow runs an oci command, warning about performance issues
237237
func WarnIfSlow(args ...string) ([]byte, error) {
238-
killTime := 18 * time.Second
238+
killTime := 19 * time.Second
239239
warnTime := 2 * time.Second
240240

241241
if args[1] == "volume" || args[1] == "ps" { // volume and ps requires more time than inspect

0 commit comments

Comments
 (0)