update timeout to 30s (#669)

This commit is contained in:
benjamin202410 2024-10-09 23:46:02 -07:00 committed by GitHub
parent eb6d53adf6
commit f6afd24de7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,14 @@ var (
TimeoutPeriod: 60,
MinePeriod: 2,
},
220000: {
MaxMasternodes: 108,
SwitchRound: 220000,
CertThreshold: 0.667,
TimeoutSyncThreshold: 2,
TimeoutPeriod: 30,
MinePeriod: 2,
},
}
TestnetV2Configs = map[uint64]*V2Config{