From 6a73d965b92370a4134a17bc3f1da75d66ca06b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 26 Mar 2020 11:22:57 +0100 Subject: Don't make the rfc6265bis test giver time out --- test/rfc6265bis_SUITE.erl | 2 -- 1 file changed, 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) -> -- cgit v1.2.3