increate timeout to 1 min for testnet

This commit is contained in:
liam.lai 2024-11-22 18:36:53 -08:00
parent 100ce5cbe5
commit 21729181f7

View file

@ -88,7 +88,7 @@ var (
SwitchRound: 0,
CertThreshold: 0.45,
TimeoutSyncThreshold: 3,
TimeoutPeriod: 20,
TimeoutPeriod: 60,
MinePeriod: 2,
},
900000: {
@ -96,7 +96,7 @@ var (
SwitchRound: 900000,
CertThreshold: 0.667,
TimeoutSyncThreshold: 3,
TimeoutPeriod: 30,
TimeoutPeriod: 60,
MinePeriod: 2,
},
}