Skip to content

Commit 12a1c9f

Browse files
committed
Update troubleshooting.mdx
1 parent a958df5 commit 12a1c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus/docs/ruby/troubleshooting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ Start logging 2 detected threads.
105105
Use the following backtrace(s) to find the line of code that got stuck if the CI node hung and terminated your tests.
106106
How 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
110110
knapsack_pro-ruby/spec_integration/b_spec.rb:7:in `kill'
111111
# highlight-end
112112
knapsack_pro-ruby/spec_integration/b_spec.rb:7:in `block (3 levels) in <top (required)>'
113113
114114
115115
Non-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
118118
knapsack_pro-ruby/spec_integration/a_spec.rb:6:in `sleep'
119119
# highlight-end

0 commit comments

Comments
 (0)