Skip to content

Commit

Permalink
Fix intermittent spec failure
Browse files Browse the repository at this point in the history
```
Failures:

  1) Mel::Progress .track tracks progress
     Failure/Error: _report.value.should eq(50)

       Expected: 50
            got: 80

     # spec/mel/progress_spec.cr:34
```
  • Loading branch information
akadusei committed Jul 23, 2024
1 parent 3ff035e commit 92cac7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/config/worker.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Mel.configure do |settings|
settings.batch_size = -1
settings.poll_interval = 1.millisecond
settings.poll_interval = 10.milliseconds
settings.redis_url = ENV["REDIS_URL"]
settings.timezone = Time::Location.load("America/Los_Angeles")
end

0 comments on commit 92cac7a

Please sign in to comment.