diff --git a/wallet/chainntfns_test.go b/wallet/chainntfns_test.go index 98f5015..7b2d77d 100644 --- a/wallet/chainntfns_test.go +++ b/wallet/chainntfns_test.go @@ -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 (