Skip to content

Commit

Permalink
change timeout (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkadakia authored Feb 10, 2022
1 parent 9c5372d commit e6f088d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
// BlobEndpoint specifies the endpoint for raw signing.
BlobEndpoint = "/sig/blob"
// DefaultPKCS11Timeout specifies the max time required by HSM to sign a cert.
DefaultPKCS11Timeout = 5 * time.Second
DefaultPKCS11Timeout = 10 * time.Second
)

var endpoints = map[string]bool{
Expand Down

0 comments on commit e6f088d

Please sign in to comment.