We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c82a80 commit 6dafed4Copy full SHA for 6dafed4
test/ex_libnice_test.exs
@@ -74,7 +74,7 @@ defmodule ExLibniceTest do
74
{:ok, stream_id} = ExLibnice.add_stream(pid, 1)
75
:ok = ExLibnice.gather_candidates(pid, stream_id)
76
assert_receive {:new_candidate_full, _candidate}
77
- assert_receive({:candidate_gathering_done, ^stream_id}, 2000)
+ assert_receive({:candidate_gathering_done, ^stream_id}, 5000)
78
{:error, :invalid_stream_or_allocation} = ExLibnice.gather_candidates(pid, 2000)
79
end
80
0 commit comments