aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/shutdown_SUITE.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/shutdown_SUITE.erl b/test/shutdown_SUITE.erl
index 87de32c..357fbfb 100644
--- a/test/shutdown_SUITE.erl
+++ b/test/shutdown_SUITE.erl
@@ -311,6 +311,7 @@ http1_response_connection_close_delayed_body(_) ->
timer:sleep(500),
ok = gen_tcp:send(ClientSocket, " world!")
after
+ timer:sleep(1000),
gen_tcp:close(ClientSocket)
end
end,