Skip to content

Commit

Permalink
Revert "shorten the timeout to 3mins"
Browse files Browse the repository at this point in the history
This reverts commit 09356da.
  • Loading branch information
sainoe committed Aug 25, 2022
1 parent 09356da commit c7faf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/types/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package types
import "time"

// TimeDelay is 4 weeks to ensure channel doesn't close on timeout
const TimeDelay = 3 * time.Minute //4 * 7 * 24 * time.Hour
const TimeDelay = 4 * 7 * 24 * time.Hour

func GetTimeoutTimestamp(currentTime time.Time) time.Time {
return currentTime.Add(TimeDelay)
Expand Down

0 comments on commit c7faf2b

Please sign in to comment.