Skip to content

Commit

Permalink
Reduce startup timeout from 1 minute to 20 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jan 13, 2025
1 parent c5d494b commit fab2a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/osquery/runtime/osqueryinstance.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
KolideSaasExtensionName = "kolide_grpc"

// How long to wait before erroring because the osquery process has not started up successfully
osqueryStartupTimeout = 1 * time.Minute
osqueryStartupTimeout = 20 * time.Second

// How often to check whether the osquery process has started up successfully
osqueryStartupRecheckInterval = 1 * time.Second
Expand Down

0 comments on commit fab2a13

Please sign in to comment.