aboutsummaryrefslogtreecommitdiff
path: root/client_test.go
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2021-08-23 11:08:06 +0200
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2021-08-24 11:18:22 +0200
commita50f59be5242c7a9c4407fcb5b3c96ad9f82e153 (patch)
treecfad99d8cbacf11a5f66417cfee5dfda2b34cbdf /client_test.go
parentOptimize size of Server by moving bool fields (#1077) (diff)
downloadfasthttp-a50f59be5242c7a9c4407fcb5b3c96ad9f82e153.tar.gz
fasthttp-a50f59be5242c7a9c4407fcb5b3c96ad9f82e153.tar.bz2
fasthttp-a50f59be5242c7a9c4407fcb5b3c96ad9f82e153.zip
Increase various test timeouts
Github workers on windows are slow.
Diffstat (limited to 'client_test.go')
-rw-r--r--client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client_test.go b/client_test.go
index 08f52a6..e960745 100644
--- a/client_test.go
+++ b/client_test.go
@@ -1282,7 +1282,7 @@ func TestHostClientMaxConnsWithDeadline(t *testing.T) {
var (
emptyBodyCount uint8
ln = fasthttputil.NewInmemoryListener()
- timeout = 50 * time.Millisecond
+ timeout = 200 * time.Millisecond
wg sync.WaitGroup
)