[release/1.4.10] cmd/utils, eth: display the user's current fork, minor text tweak

(cherry picked from commit 993b412160)
This commit is contained in:
Péter Szilágyi
2016-07-16 12:14:20 +03:00
parent 1b2941cd56
commit 1d6b65cd84
2 changed files with 20 additions and 1 deletions

View File

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