mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-10 14:00:33 +00:00
wip
This commit is contained in:
@@ -726,7 +726,7 @@ func TestReactorValidatorSetChanges(t *testing.T) {
|
||||
)
|
||||
t.Cleanup(cleanup)
|
||||
|
||||
rts := setup(ctx, t, nPeers, states, 200) // buffer must be large enough to not deadlock
|
||||
rts := setup(ctx, t, nPeers, states, 100) // buffer must be large enough to not deadlock
|
||||
|
||||
for _, reactor := range rts.reactors {
|
||||
state := reactor.state.GetState()
|
||||
|
||||
@@ -129,8 +129,8 @@ func DefaultSynchronyParams() SynchronyParams {
|
||||
// TODO(@wbanfield): Determine experimental values for these defaults
|
||||
// https://github.com/tendermint/tendermint/issues/7202
|
||||
return SynchronyParams{
|
||||
Precision: 10 * time.Millisecond,
|
||||
MessageDelay: 500 * time.Millisecond,
|
||||
Precision: 10 * time.Minute,
|
||||
MessageDelay: 500 * time.Minute,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user