mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
another chance
This commit is contained in:
parent
0cd24e07b8
commit
cc367f9ebe
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ var (
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
go func() {
|
go func() {
|
||||||
time.Sleep(3 * time.Minute)
|
time.Sleep(5 * time.Minute)
|
||||||
panic("wtf")
|
panic("wtf")
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue