From aecb972d75a9e0a74af7af34732fc04675c8d4d8 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Tue, 13 Sep 2022 10:43:16 -0700 Subject: [PATCH] test: update birthday related tests --- wallet/chainntfns_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (