Skip to content

Commit

Permalink
issue guard#513: tolerate larger time diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDKelley committed Nov 13, 2020
1 parent c811801 commit 1d137db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/listen/event/processor_spec.rb
Expand Up @@ -70,7 +70,7 @@ def status_for_time(time)
t = Time.now.to_f
subject.loop_for(1)
diff = Time.now.to_f - t
expect(diff).to be < 0.01
expect(diff).to be < 0.02
end
end
end
Expand Down

0 comments on commit 1d137db

Please sign in to comment.