From 3fc5ee209bb80870ca77dd77e97b02d30da37f1e Mon Sep 17 00:00:00 2001 From: Peter Kieltyka Date: Sat, 12 Aug 2023 16:25:37 -0400 Subject: [PATCH] test --- ethreceipts/ethreceipts_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethreceipts/ethreceipts_test.go b/ethreceipts/ethreceipts_test.go index 27913fe9..0840c471 100644 --- a/ethreceipts/ethreceipts_test.go +++ b/ethreceipts/ethreceipts_test.go @@ -597,7 +597,7 @@ loop: fmt.Println("") // expecting to be finished with listening for events after a few seconds - case <-time.After(20 * time.Second): + case <-time.After(25 * time.Second): // NOTE: this should return 1 as there is a filter above with nolimit fmt.Println("number of filters still remaining:", len(sub.Filters())) sub.Unsubscribe()