Skip to content

Commit

Permalink
Merge pull request #5 from lessonnine/make-tests-more-resilent
Browse files Browse the repository at this point in the history
Make tests more resilient
  • Loading branch information
Leszek Zalewski authored Dec 18, 2020
2 parents a1ce466 + 7deb276 commit 2d29030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fixtures/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ def call(telemetry)
config.add_target Target.new("02")
config.frequency = 0.2
config.enabled = true
config.initial_delay = 0
config.initial_delay = 2
end

0 comments on commit 2d29030

Please sign in to comment.