Skip to content

Commit

Permalink
Revert "modified default retry count to 1 for running ruby tests"
Browse files Browse the repository at this point in the history
This reverts commit 863503c.
  • Loading branch information
sacOO7 committed Jul 5, 2024
1 parent 73ad05c commit fe1d084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
puts 'Running tests using RSpec retry'
config.verbose_retry = true # show retry status in spec process
config.display_try_failure_messages = true # show exception that triggered the try
config.default_retry_count = 1
config.default_retry_count = 3
config.default_sleep_interval = 2
end
end

0 comments on commit fe1d084

Please sign in to comment.