Try fixing flaky test

This commit is contained in:
Fedor Korotkiy 2023-04-22 13:18:36 +04:00
parent 9adcddbb5b
commit 0635caea1e

View file

@ -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 {