This commit is contained in:
Péter Szilágyi 2015-10-16 11:49:37 +03:00
parent ffddc8c98e
commit aad2559b53

View file

@ -49,7 +49,7 @@ var (
// that in the case of a lockup, we'll at least have a cash dump of the goroutines // 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. // to at least get a glimpse into what state the tests were in.
func init() { 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() { go func() {
time.Sleep(8 * time.Minute) time.Sleep(8 * time.Minute)
panic("Test probably deadlocked") panic("Test probably deadlocked")