Skip to content

Commit 66f5fa3

Browse files
committed
increase trusting period
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent da31c1f commit 66f5fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/testing/chains.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var (
5757

5858
BlockTime uint64 = 1000 * 1000 * 1000 // 1[sec]
5959
DefaultDelayPeriod uint64 = 0 // sec
60-
DefaultTrustPeriod uint64 = 60 // sec
60+
DefaultTrustPeriod uint64 = 5 * 60 // sec
6161
DefaultMaxClockDrift uint64 = 30 // sec
6262
)
6363

0 commit comments

Comments
 (0)