diff options
author | Loïc Hoguin <[email protected]> | 2020-11-26 11:18:44 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2020-11-26 11:18:44 +0100 |
commit | 5f9d1ba5c356db10ffb4fc00fac0a931d6809948 (patch) | |
tree | aad1153a869907f8518b8244b26ce07c966b8f61 /test | |
parent | 630af349b14bdc2184d88ead9877fcc36ab2578e (diff) | |
download | ranch-windows-ssl-active-n.tar.gz ranch-windows-ssl-active-n.tar.bz2 ranch-windows-ssl-active-n.zip |
Disable timetrap_timeout in sendfile_SUITEwindows-ssl-active-n
Diffstat (limited to 'test')
-rw-r--r-- | test/sendfile_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sendfile_SUITE.erl b/test/sendfile_SUITE.erl index d8c4ab9..67031d4 100644 --- a/test/sendfile_SUITE.erl +++ b/test/sendfile_SUITE.erl @@ -23,8 +23,8 @@ all() -> [{group, tcp}, {group, ssl}]. -suite() -> - [{timetrap, {seconds, 60}}]. +%suite() -> +% [{timetrap, {seconds, 60}}]. groups() -> Tests = [ |