Skip to content

Commit

Permalink
Bump sleep time delta for backoff test
Browse files Browse the repository at this point in the history
  • Loading branch information
zorbash committed Jun 25, 2017
1 parent 2f30f61 commit 3e1c1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/backoff_server_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule Kitto.BackoffServerTest do

{time, _} = :timer.tc fn -> Subject.backoff! :failjob end

assert_in_delta time / 1000, maxval, 5
assert_in_delta time / 1000, maxval, 15
end

describe "when :job_min_backoff is configured" do
Expand Down

0 comments on commit 3e1c1f4

Please sign in to comment.