mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-21 14:14:30 +00:00
increate timeout to 1 min for testnet
This commit is contained in:
parent
100ce5cbe5
commit
21729181f7
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue