diff --git a/eth/downloader/downloader_test.go b/eth/downloader/downloader_test.go index 976ff27690..a1754933cb 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?") + 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.") go func() { time.Sleep(8 * time.Minute) panic("Test probably deadlocked")