From da844316f493998438ac3ff46198e5d13ffe2d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Fri, 16 Oct 2015 14:00:49 +0300 Subject: [PATCH] 7 --- 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 0f14793232..e999c0c1ca 100644 --- a/eth/downloader/downloader_test.go +++ b/eth/downloader/downloader_test.go @@ -49,7 +49,7 @@ var ( // that in the case of a lockup, we'll at least have a cash dump of the goroutines // to at least get a glimpse into what state the tests were in. func init() { - fmt.Println("Hi, I'm debugging the windows CI server. Nice to meet you. Hmmm, wonder why the build didn't start? Pinging CI's... ping. Another commit, another chance. Fail soon, fail hard. Seems to work... bet this will hang.") + fmt.Println("Hi, I'm debugging the windows CI server. Nice to meet you. Hmmm, wonder why the build didn't start? Pinging CI's... ping. Another commit, another chance. Fail soon, fail hard. Seems to work... bet this will hang. Lame.") go func() { time.Sleep(8 * time.Minute) panic("Test probably deadlocked")