mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 17:03:46 +00:00
accounts/keystore: Modify wallet notification test, increase channel buffer
This commit is contained in:
parent
c7fceeb32f
commit
a1d14af790
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue