Try fixing flaky test

This commit is contained in:
Fedor Korotkiy 2023-04-22 13:13:15 +04:00
parent 6b4a625cb2
commit 9adcddbb5b

View file

@ -15,7 +15,7 @@ import (
)
const (
pingPeriod = time.Millisecond * 10
pingPeriod = time.Millisecond * 5
waitPeriod = pingPeriod * 20
)