diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-07-16 17:14:20 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-07-16 19:30:09 +0800 |
commit | 1d6b65cd845b1360904dc1edc3285ae29472cf1b (patch) | |
tree | 9f68f219920386f6a047414ef51f95d5bc61380e /eth | |
parent | 1b2941cd56d69744e6121b7a590285d0faecbded (diff) | |
download | go-tangerine-1d6b65cd845b1360904dc1edc3285ae29472cf1b.tar go-tangerine-1d6b65cd845b1360904dc1edc3285ae29472cf1b.tar.gz go-tangerine-1d6b65cd845b1360904dc1edc3285ae29472cf1b.tar.bz2 go-tangerine-1d6b65cd845b1360904dc1edc3285ae29472cf1b.tar.lz go-tangerine-1d6b65cd845b1360904dc1edc3285ae29472cf1b.tar.xz go-tangerine-1d6b65cd845b1360904dc1edc3285ae29472cf1b.tar.zst go-tangerine-1d6b65cd845b1360904dc1edc3285ae29472cf1b.zip |
[release/1.4.10] cmd/utils, eth: display the user's current fork, minor text tweak
(cherry picked from commit 993b41216092fa6dc20d3755afe322cd1376b398)
Diffstat (limited to 'eth')
-rw-r--r-- | eth/handler_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eth/handler_test.go b/eth/handler_test.go index 2d307452d..c208f15c7 100644 --- a/eth/handler_test.go +++ b/eth/handler_test.go @@ -638,6 +638,7 @@ func testDAOChallenge(t *testing.T, localForked, remoteForked bool, timeout bool if err := p2p.Send(peer.app, BlockHeadersMsg, []*types.Header{blocks[0].Header()}); err != nil { t.Fatalf("failed to answer challenge: %v", err) } + time.Sleep(100 * time.Millisecond) // Sleep to avoid the verification racing with the drops } else { // Otherwise wait until the test timeout passes time.Sleep(daoChallengeTimeout + 500*time.Millisecond) |