Skip to content

Commit

Permalink
bump timeout to 20 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Aug 18, 2024
1 parent 305a063 commit 6b46f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-service/client/bss_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
defaultRequestTimeout = 10 * time.Second
defaultRequestTimeout = 20 * time.Second
defaultHoldoffTimeout = 5 * time.Second
)

Expand Down

0 comments on commit 6b46f50

Please sign in to comment.