From cc367f9ebe997681c8ec44155fcb088b59144acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Tue, 13 Oct 2015 13:17:27 +0300 Subject: [PATCH] another chance --- eth/downloader/downloader_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/downloader/downloader_test.go b/eth/downloader/downloader_test.go index 9c2aa956ea..e50a708ec4 100644 --- a/eth/downloader/downloader_test.go +++ b/eth/downloader/downloader_test.go @@ -45,7 +45,7 @@ var ( func init() { go func() { - time.Sleep(3 * time.Minute) + time.Sleep(5 * time.Minute) panic("wtf") }() }