We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5566d commit 4955107Copy full SHA for 4955107
1 file changed
test/test_integration_pending.rb
@@ -114,7 +114,8 @@ def test_busy_timeout_holds_gvl
114
busy.unlock
115
t.join
116
117
- assert 2 == work.size - work.find_index(">")
+ p ['busy_timeout', work]
118
+ assert 2 >= work.size - work.find_index(">")
119
end
120
121
def test_busy_handler_timeout_releases_gvl
@@ -160,6 +161,7 @@ def test_busy_handler_timeout_releases_gvl
160
161
162
163
164
+ p ['busy_handler_timeout', work]
165
assert 2 < work.size - work.find_index(">")
166
167
0 commit comments