Merge pull request #824 from XinFinOrg/benjamin202410-patch-1

test exp timeout on devnet
This commit is contained in:
benjamin202410 2025-01-31 01:58:31 -08:00 committed by GitHub
commit 660f3f6578
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,9 +114,9 @@ var (
SwitchRound: 0, SwitchRound: 0,
CertThreshold: 0.667, CertThreshold: 0.667,
TimeoutSyncThreshold: 3, TimeoutSyncThreshold: 3,
TimeoutPeriod: 30, TimeoutPeriod: 5,
MinePeriod: 2, MinePeriod: 2,
ExpTimeoutConfig: ExpTimeoutConfig{Base: 1.0, MaxExponent: 0}, ExpTimeoutConfig: ExpTimeoutConfig{Base: 2.0, MaxExponent: 5},
}, },
} }