mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
1
This commit is contained in:
parent
3eb98b6178
commit
7d18e3ca7e
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +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.")
|
||||||
go func() {
|
go func() {
|
||||||
time.Sleep(8 * time.Minute)
|
time.Sleep(8 * time.Minute)
|
||||||
panic("Test probably deadlocked")
|
panic("Test probably deadlocked")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue