We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09356da commit c7faf2bCopy full SHA for c7faf2b
x/ccv/types/utils.go
@@ -3,7 +3,7 @@ package types
3
import "time"
4
5
// TimeDelay is 4 weeks to ensure channel doesn't close on timeout
6
-const TimeDelay = 3 * time.Minute //4 * 7 * 24 * time.Hour
+const TimeDelay = 4 * 7 * 24 * time.Hour
7
8
func GetTimeoutTimestamp(currentTime time.Time) time.Time {
9
return currentTime.Add(TimeDelay)
0 commit comments