diff options
-rw-r--r-- | tests/plugins/http/http_plugin_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/plugins/http/http_plugin_test.go b/tests/plugins/http/http_plugin_test.go index 4a491990..0e43dac4 100644 --- a/tests/plugins/http/http_plugin_test.go +++ b/tests/plugins/http/http_plugin_test.go @@ -1545,6 +1545,8 @@ func TestHTTPBigRequestSize(t *testing.T) { } }() + time.Sleep(time.Second * 2) + t.Run("HTTPBigEcho10Mb", bigEchoHTTP) stopCh <- struct{}{} |