diff options
author | Valery Piashchynski <[email protected]> | 2021-04-20 12:14:14 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-20 12:14:14 +0300 |
commit | 027ab253d7d4280132c89d8694f3d0c65ccddf79 (patch) | |
tree | 3eb0fec96c0e09d6628c88f23c65cc6cb6c9edf1 /tests/plugins | |
parent | 2faf7bc2cd883294306466282f313bc5a1dc79ef (diff) |
- Delay to wait HTTP
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins')
-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{}{} |