test exp timeout on devnet

This commit is contained in:
benjamin202410 2025-01-29 23:48:35 -08:00 committed by GitHub
parent 08e37a48ba
commit 2ff2e3442d
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},
}, },
} }