Try fixing flaky test
This commit is contained in:
parent
9adcddbb5b
commit
0635caea1e
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
pingPeriod = time.Millisecond * 5
|
pingPeriod = time.Millisecond * 50
|
||||||
waitPeriod = pingPeriod * 20
|
waitPeriod = pingPeriod * 10
|
||||||
)
|
)
|
||||||
|
|
||||||
type env struct {
|
type env struct {
|
||||||
|
|
Loading…
Reference in a new issue