mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +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
|
||
|
}
|