accounts/keystore: Modify wallet notification test, increase channel buffer

This commit is contained in:
Martin Holst Swende 2017-08-24 21:42:26 +02:00
parent e4ae060842
commit 02700df5f6

View file

@ -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()