Skip to content

Commit

Permalink
increase timeout on dbus connection to secretservice (keybase#18458)
Browse files Browse the repository at this point in the history
  • Loading branch information
heronhaye authored Jul 18, 2019
1 parent 9e90740 commit d574990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/libkb/secret_store_secretservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"golang.org/x/crypto/hkdf"
)

const sessionOpenTimeout = 10 * time.Millisecond
const sessionOpenTimeout = 5 * time.Second

type SecretStoreRevokableSecretService struct{}

Expand Down

0 comments on commit d574990

Please sign in to comment.