aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/gun_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
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),