GODT-1034 More tolerant connection speed detection

This commit is contained in:
Michal Horejsek
2021-02-09 12:46:24 +01:00
committed by Jakub Cuth
parent 4d000c2376
commit 8b436186a4
2 changed files with 7 additions and 3 deletions

View File

@ -172,7 +172,7 @@ func TestClient_FirstReadTimeout(t *testing.T) {
func TestClient_MinSpeedTimeout(t *testing.T) {
finish, c := newTestServerCallbacks(t,
routeSlow(4*time.Second), // 1 second longer than the minimum transfer speed poll time.
routeSlow(31*time.Second), // 1 second longer than the minimum transfer speed poll time.
)
defer finish()