summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-27 11:19:27 +0300
committerGitHub <[email protected]>2020-11-27 11:19:27 +0300
commitb5020bfce6b5362400cb9b578fe32c1a6ed5d61a (patch)
tree902afaca9b225cfe9e3b498b97cc83dec13fcd9a /plugins
parent46ae5dcc22d971b0f909bce23ec8fdef26811ed6 (diff)
parent849a03b8ead6fe8e65ab1a1e5653a57c12502dd1 (diff)
Merge pull request #416 from spiral/feature/static_pool_triggerv2.0.0-alpha22
Add new pool event: EventNoFreeWorkers
Diffstat (limited to 'plugins')
-rw-r--r--plugins/http/tests/http_test.go2
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 {