We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d5474 commit 4f4e7f8Copy full SHA for 4f4e7f8
spec/spec_helper.rb
@@ -53,7 +53,7 @@ def requires=(paths)
53
config.after :each do
54
while defined?(@created_threads) && @created_threads && (thread = (@created_threads.pop(true) rescue nil))
55
thread.kill
56
- thread_join = thread.join(0.25)
+ thread_join = thread.join(1.0)
57
expect(thread_join).not_to be_nil, thread.inspect
58
end
59
0 commit comments