File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,15 +105,15 @@ Start logging 2 detected threads.
105105Use the following backtrace(s) to find the line of code that got stuck if the CI node hung and terminated your tests.
106106How to read the backtrace: https://knapsackpro.com/perma/ruby/backtrace-debugging
107107
108- Hanging specs in the main thread:
108+ Running specs in the main thread:
109109# highlight-start
110110knapsack_pro-ruby/spec_integration/b_spec.rb:7:in `kill'
111111# highlight-end
112112knapsack_pro-ruby/spec_integration/b_spec.rb:7:in `block (3 levels) in <top (required)>'
113113
114114
115115Non-main thread inspect: #<Thread:0x000000011e18f6e0 spec_integration/a_spec.rb:5 sleep>
116- Hanging specs in non-main thread:
116+ Running specs in non-main thread:
117117# highlight-start
118118knapsack_pro-ruby/spec_integration/a_spec.rb:6:in `sleep'
119119# highlight-end
You can’t perform that action at this time.
0 commit comments