Home
last modified time | relevance | path

Searched refs:testTimeoutRange (Results 1 – 1 of 1) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/vflux/client/
H A Dtimestats_test.go113 testTimeoutRange(t, 0, time.Second)
114 testTimeoutRange(t, time.Second, time.Second*2)
115 testTimeoutRange(t, time.Second, maxResponseTime)
118 func testTimeoutRange(t *testing.T, min, max time.Duration) { func