This commit is contained in:
Péter Szilágyi 2015-10-16 13:49:50 +03:00
parent 2b0bcd9055
commit ea4f5f4e5d

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
// 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.")
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.")
go func() {
time.Sleep(8 * time.Minute)
panic("Test probably deadlocked")