increase coalesce delays for test to deflake on CI
This commit is contained in:
parent
6deec4c5f4
commit
5ade40cbac
@ -200,9 +200,9 @@ func init() {
|
|||||||
rng = rand.New(rand.NewSource(314159))
|
rng = rand.New(rand.NewSource(314159))
|
||||||
|
|
||||||
// adjust those to make tests snappy
|
// adjust those to make tests snappy
|
||||||
CoalesceMinDelay = time.Millisecond
|
CoalesceMinDelay = 100 * time.Millisecond
|
||||||
CoalesceMaxDelay = 10 * time.Millisecond
|
CoalesceMaxDelay = time.Second
|
||||||
CoalesceMergeInterval = time.Millisecond
|
CoalesceMergeInterval = 100 * time.Millisecond
|
||||||
}
|
}
|
||||||
|
|
||||||
func newMockChainStore() *mockChainStore {
|
func newMockChainStore() *mockChainStore {
|
||||||
|
Loading…
Reference in New Issue
Block a user