aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2012-11-14 16:08:00 +0100
committerFredrik Gustafsson <[email protected]>2012-11-14 16:08:00 +0100
commitfec356cb10757fbeb32abcfdb07f5152ca18c0de (patch)
tree53c3a08120cd3197ef0ecee74d622774c9519e31 /lib/inets/test
parentc593b38ccf24ccf09b9371518da6e48d31dbc55f (diff)
downloadotp-fec356cb10757fbeb32abcfdb07f5152ca18c0de.tar.gz
otp-fec356cb10757fbeb32abcfdb07f5152ca18c0de.tar.bz2
otp-fec356cb10757fbeb32abcfdb07f5152ca18c0de.zip
Fine adjustments of slowdos alg
Diffstat (limited to 'lib/inets/test')
-rw-r--r--lib/inets/test/httpd_basic_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/httpd_basic_SUITE.erl b/lib/inets/test/httpd_basic_SUITE.erl
index 8f29745f31..f1c1c41dcb 100644
--- a/lib/inets/test/httpd_basic_SUITE.erl
+++ b/lib/inets/test/httpd_basic_SUITE.erl
@@ -288,7 +288,7 @@ slowdose(Config) when is_list(Config) ->
Port = proplists:get_value(port, Info),
{ok, Socket} = gen_tcp:connect("localhost", Port, []),
receive
- after 2000 ->
+ after 4000 ->
{error, closed} = gen_tcp:send(Socket, "Hey")
end.
find_URL_path([]) ->