From 48326cf993c6610603b0528ddf3b9c1d5139e16c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 27 Mar 2020 21:22:52 +0100 Subject: Use infinity timeout for gun:await in reply_to tests --- test/gun_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/gun_SUITE.erl b/test/gun_SUITE.erl index d533112..04d72af 100644 --- a/test/gun_SUITE.erl +++ b/test/gun_SUITE.erl @@ -250,7 +250,7 @@ do_reply_to(Protocol) -> {ok, Protocol} = gun:await_up(Pid), ReplyTo = spawn(fun() -> receive Ref -> - Response = gun:await(Pid, Ref), + Response = gun:await(Pid, Ref, infinity), Self ! Response end end), -- cgit v1.2.3