Skip to content

Commit

Permalink
adjust more
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Apr 4, 2020
1 parent a62d611 commit a0263c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/kic/oci/oci.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 := 18 * time.Second
killTime := 19 * time.Second
warnTime := 2 * time.Second

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

0 comments on commit a0263c2

Please sign in to comment.