Skip to content

Commit

Permalink
Extend default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jradtilbrook committed Aug 21, 2023
1 parent 73f5b8e commit e02c5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
defaultGraphqlEndpoint = "https://graphql.buildkite.com/v1"
defaultRestEndpoint = "https://api.buildkite.com"

DefaultTimeout = 15 * time.Second
DefaultTimeout = 30 * time.Second
)

const (
Expand Down

0 comments on commit e02c5b4

Please sign in to comment.