diff --git a/pkg/osquery/table/mdfind_darwin.go b/pkg/osquery/table/mdfind_darwin.go index 281a1f0b8..bd8811b7d 100644 --- a/pkg/osquery/table/mdfind_darwin.go +++ b/pkg/osquery/table/mdfind_darwin.go @@ -13,7 +13,7 @@ import ( ) func mdfind(args ...string) ([]string, error) { - ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 60*time.Second) defer cancel() path := "/usr/bin/mdfind"