From fc079a3ab3a745f095ff0624da2cc194453804aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Thu, 15 Oct 2015 16:13:28 +0300 Subject: [PATCH] 7 --- eth/fetcher/fetcher_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }