From 1d6b65cd845b1360904dc1edc3285ae29472cf1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Sat, 16 Jul 2016 12:14:20 +0300 Subject: [release/1.4.10] cmd/utils, eth: display the user's current fork, minor text tweak (cherry picked from commit 993b41216092fa6dc20d3755afe322cd1376b398) --- eth/handler_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'eth') 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) -- cgit v1.2.3