Skip to content

Commit 6dafed4

Browse files
author
Michał Śledź
committed
Increase timeout in gather candidates test
1 parent 0c82a80 commit 6dafed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ex_libnice_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ defmodule ExLibniceTest do
7474
{:ok, stream_id} = ExLibnice.add_stream(pid, 1)
7575
:ok = ExLibnice.gather_candidates(pid, stream_id)
7676
assert_receive {:new_candidate_full, _candidate}
77-
assert_receive({:candidate_gathering_done, ^stream_id}, 2000)
77+
assert_receive({:candidate_gathering_done, ^stream_id}, 5000)
7878
{:error, :invalid_stream_or_allocation} = ExLibnice.gather_candidates(pid, 2000)
7979
end
8080

0 commit comments

Comments
 (0)