test: update birthday related tests
This commit is contained in:
parent
f4ba8a01d1
commit
aecb972d75
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import (
|
|||
const (
|
||||
// defaultBlockInterval is the default time interval between any two
|
||||
// blocks in a mocked chain.
|
||||
defaultBlockInterval = 10 * time.Minute
|
||||
defaultBlockInterval = 150 * time.Second
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in a new issue