• Marius van der Wijden's avatar
    accounts/keystore: fix flaky test (#21703) · 1fed2234
    Marius van der Wijden authored
    * accounts/keystore: add timeout to test to prevent failure on travis
    
    The TestWalletNotifications test sporadically fails on travis.
    This is because we shutdown the event collection before all events are received.
    Adding a small timeout (10 milliseconds) allows the collector to be scheduled
    and to consume all pending events before we shut it down.
    
    * accounts/keystore: added newlines back in
    
    * accounts/keystore: properly fix the walletNotifications test
    1fed2234
Name
Last commit
Last update
..
testdata Loading commit data...
account_cache.go Loading commit data...
account_cache_test.go Loading commit data...
file_cache.go Loading commit data...
key.go Loading commit data...
keystore.go Loading commit data...
keystore_test.go Loading commit data...
passphrase.go Loading commit data...
passphrase_test.go Loading commit data...
plain.go Loading commit data...
plain_test.go Loading commit data...
presale.go Loading commit data...
wallet.go Loading commit data...
watch.go Loading commit data...
watch_fallback.go Loading commit data...