Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Aug 12, 2023
1 parent 802c84b commit 3fc5ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethreceipts/ethreceipts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3fc5ee2

Please sign in to comment.