Try fixing flaky test
This commit is contained in:
parent
e41a5d63f0
commit
a6b016c058
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import (
|
|||
|
||||
const (
|
||||
pingPeriod = time.Millisecond * 10
|
||||
waitPeriod = pingPeriod * 10
|
||||
waitPeriod = pingPeriod * 20
|
||||
)
|
||||
|
||||
type env struct {
|
||||
|
|
Loading…
Reference in a new issue