diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/http/tests/http_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |