We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084d5e3 commit 5205828Copy full SHA for 5205828
tss/coordinator.go
@@ -25,7 +25,7 @@ import (
25
var (
26
initiatePeriod = 1 * time.Second
27
coordinatorTimeout = 10 * time.Second
28
- tssTimeout = 3 * time.Minute
+ tssTimeout = 30 * time.Second
29
)
30
31
type TssProcess interface {
0 commit comments