Skip to content

Commit

Permalink
Merge pull request #2719 from DataDog/minor-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc authored Mar 24, 2023
2 parents 9880f39 + 2812f22 commit 25686d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def initialize(*args, &block)

ThreadHelpers.with_leaky_thread_creation('Deadline thread') do
Thread.new do
Thread.current.name = 'spec_helper.rb CI debugging Deadline thread' unless RUBY_VERSION.start_with('2.1.', '2.2.')
Thread.current.name = 'spec_helper.rb CI debugging Deadline thread' unless RUBY_VERSION.start_with?('2.1.', '2.2.')

sleep_time = 30 * 60 # 30 minutes
sleep(sleep_time)
Expand Down

0 comments on commit 25686d4

Please sign in to comment.