Skip to content

Commit c7faf2b

Browse files
committed
Revert "shorten the timeout to 3mins"
This reverts commit 09356da.
1 parent 09356da commit c7faf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/ccv/types/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package types
33
import "time"
44

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

88
func GetTimeoutTimestamp(currentTime time.Time) time.Time {
99
return currentTime.Add(TimeDelay)

0 commit comments

Comments
 (0)