mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
3
This commit is contained in:
parent
ffddc8c98e
commit
aad2559b53
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue