Skip to content

Commit 4784ab8

Browse files
committed
Increase allowed delta
1 parent afea733 commit 4784ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ex_rss/crawler/queue_test.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ defmodule ExRss.Crawler.QueueTest do
3838

3939
duration = Timex.Duration.from_milliseconds(15_000)
4040
soon = DateTime.utc_now() |> Timex.add(duration)
41-
assert_in_delta Queue.timeout([%{next_update_at: soon}]), 15_000, 100
41+
assert_in_delta Queue.timeout([%{next_update_at: soon}]), 15_000, 200
4242
end
4343

4444
test "sends message without next_update_at to updater immediately" do

0 commit comments

Comments
 (0)