mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-10 05:50:19 +00:00
increase timeout ticker size
This commit is contained in:
@@ -893,7 +893,7 @@ func makeGenesisState(ctx context.Context, t *testing.T, cfg *config.Config, arg
|
||||
func newMockTickerFunc(onlyOnce bool) func() TimeoutTicker {
|
||||
return func() TimeoutTicker {
|
||||
return &mockTicker{
|
||||
c: make(chan timeoutInfo, 10),
|
||||
c: make(chan timeoutInfo, 100),
|
||||
onlyOnce: onlyOnce,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user