Skip to content

Commit

Permalink
Increase transition timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kiootic committed Aug 11, 2022
1 parent fbcd595 commit fcfef88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
transitionTimeoutEpochs int64 = 3
transitionTimeoutEpochs int64 = 10
)

type RunnerState string
Expand Down

0 comments on commit fcfef88

Please sign in to comment.