diff --git a/eth/fetcher/fetcher_test.go b/eth/fetcher/fetcher_test.go index 170a80aba8..09b2a4ec46 100644 --- a/eth/fetcher/fetcher_test.go +++ b/eth/fetcher/fetcher_test.go @@ -404,7 +404,7 @@ func testOverlappingAnnouncements(t *testing.T, protocol int) { } select { case <-imported: - case <-time.After(time.Second): + case <-time.After(3 * time.Second): t.Fatalf("block %d: import timeout", len(hashes)-i) } }