Try fixing flaky test

This commit is contained in:
Fedor Korotkiy 2023-04-22 13:02:12 +04:00
parent e41a5d63f0
commit a6b016c058

View file

@ -16,7 +16,7 @@ import (
const ( const (
pingPeriod = time.Millisecond * 10 pingPeriod = time.Millisecond * 10
waitPeriod = pingPeriod * 10 waitPeriod = pingPeriod * 20
) )
type env struct { type env struct {