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 committed by Felix Lange
parent c7fceeb32f
commit a1d14af790

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