mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| testdata | ||
| account_cache.go | ||
| account_cache_test.go | ||
| file_cache.go | ||
| key.go | ||
| keystore.go | ||
| keystore_test.go | ||
| passphrase.go | ||
| passphrase_test.go | ||
| plain.go | ||
| plain_test.go | ||
| presale.go | ||
| wallet.go | ||
| watch.go | ||
| watch_fallback.go | ||