We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afea733 commit 4784ab8Copy full SHA for 4784ab8
test/ex_rss/crawler/queue_test.exs
@@ -38,7 +38,7 @@ defmodule ExRss.Crawler.QueueTest do
38
39
duration = Timex.Duration.from_milliseconds(15_000)
40
soon = DateTime.utc_now() |> Timex.add(duration)
41
- assert_in_delta Queue.timeout([%{next_update_at: soon}]), 15_000, 100
+ assert_in_delta Queue.timeout([%{next_update_at: soon}]), 15_000, 200
42
end
43
44
test "sends message without next_update_at to updater immediately" do
0 commit comments