aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-26 11:22:57 +0100
committerLoïc Hoguin <[email protected]>2020-03-26 11:22:57 +0100
commit6a73d965b92370a4134a17bc3f1da75d66ca06b8 (patch)
treedcbb993e3aa08b58556dcd33526c55a138375dff
parenta7e069e6ff2729d774c712e3ddd01d3348202db6 (diff)
downloadgun-6a73d965b92370a4134a17bc3f1da75d66ca06b8.tar.gz
gun-6a73d965b92370a4134a17bc3f1da75d66ca06b8.tar.bz2
gun-6a73d965b92370a4134a17bc3f1da75d66ca06b8.zip
Don't make the rfc6265bis test giver time out
-rw-r--r--test/rfc6265bis_SUITE.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rfc6265bis_SUITE.erl b/test/rfc6265bis_SUITE.erl
index ce24c40..0672fec 100644
--- a/test/rfc6265bis_SUITE.erl
+++ b/test/rfc6265bis_SUITE.erl
@@ -126,8 +126,6 @@ do_test_giver_loop([TestFile|Tail]) ->
{request_test_file, FromPid, FromRef} ->
FromPid ! {FromRef, TestFile},
do_test_giver_loop(Tail)
- after 1000 ->
- error(timeout)
end.
do_request_test_file(Config) ->