mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
GODT-1034 More tolerant connection speed detection
This commit is contained in:
committed by
Jakub Cuth
parent
4d000c2376
commit
8b436186a4
@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user