From 849a03b8ead6fe8e65ab1a1e5653a57c12502dd1 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 27 Nov 2020 10:00:40 +0300 Subject: Increase time for middleware test --- plugins/http/tests/http_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/http/tests/http_test.go b/plugins/http/tests/http_test.go index 451566ca..ed98d17e 100644 --- a/plugins/http/tests/http_test.go +++ b/plugins/http/tests/http_test.go @@ -811,7 +811,7 @@ func TestHttpMiddleware(t *testing.T) { wg.Add(1) go func() { - tt := time.NewTimer(time.Second * 10) + tt := time.NewTimer(time.Second * 15) defer wg.Done() for { select { -- cgit v1.2.3