mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +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
|
||
|
}
|