test: update birthday related tests

This commit is contained in:
Roy Lee 2022-09-13 10:43:16 -07:00
parent 036304ac53
commit 6fb2ed154a

View file

@ -16,7 +16,7 @@ import (
const ( const (
// defaultBlockInterval is the default time interval between any two // defaultBlockInterval is the default time interval between any two
// blocks in a mocked chain. // blocks in a mocked chain.
defaultBlockInterval = 10 * time.Minute defaultBlockInterval = 150 * time.Second
) )
var ( var (