diff options
author | Fredrik Gustafsson <[email protected]> | 2012-11-14 16:08:00 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-11-14 16:08:00 +0100 |
commit | fec356cb10757fbeb32abcfdb07f5152ca18c0de (patch) | |
tree | 53c3a08120cd3197ef0ecee74d622774c9519e31 /lib/inets/test/httpd_basic_SUITE.erl | |
parent | c593b38ccf24ccf09b9371518da6e48d31dbc55f (diff) | |
download | otp-fec356cb10757fbeb32abcfdb07f5152ca18c0de.tar.gz otp-fec356cb10757fbeb32abcfdb07f5152ca18c0de.tar.bz2 otp-fec356cb10757fbeb32abcfdb07f5152ca18c0de.zip |
Fine adjustments of slowdos alg
Diffstat (limited to 'lib/inets/test/httpd_basic_SUITE.erl')
-rw-r--r-- | lib/inets/test/httpd_basic_SUITE.erl | 2 |
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([]) -> |