diff options
Diffstat (limited to 'cli/tests/unit_node/http_test.ts')
-rw-r--r-- | cli/tests/unit_node/http_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/unit_node/http_test.ts b/cli/tests/unit_node/http_test.ts index 825815ae6..ed52ccf13 100644 --- a/cli/tests/unit_node/http_test.ts +++ b/cli/tests/unit_node/http_test.ts @@ -355,6 +355,7 @@ Deno.test("[node/http] send request with non-chunked body", async () => { assert(socket.readable); socket.setKeepAlive(); socket.destroy(); + socket.setTimeout(100); }); req.write("hello "); req.write("world"); |