diff --git a/accounts/keystore/keystore_test.go b/accounts/keystore/keystore_test.go index 132b74439e..a90de4ca85 100644 --- a/accounts/keystore/keystore_test.go +++ b/accounts/keystore/keystore_test.go @@ -280,7 +280,7 @@ func TestWalletNotifications(t *testing.T) { defer os.RemoveAll(dir) // Subscribe to the wallet feed - updates := make(chan accounts.WalletEvent, 1) + updates := make(chan accounts.WalletEvent, 100) sub := ks.Subscribe(updates) defer sub.Unsubscribe()