mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-21 19:20:39 +00:00
10 lines
130 B
Go
10 lines
130 B
Go
//go:build integration
|
|
|
|
package p2p
|
|
|
|
import "time"
|
|
|
|
func init() {
|
|
dialTestDialerUnexpectedDialTimeout = 150 * time.Millisecond
|
|
}
|