Skip to content

Commit 4f4e7f8

Browse files
committed
Give more time to join threads
1 parent 17d5474 commit 4f4e7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def requires=(paths)
5353
config.after :each do
5454
while defined?(@created_threads) && @created_threads && (thread = (@created_threads.pop(true) rescue nil))
5555
thread.kill
56-
thread_join = thread.join(0.25)
56+
thread_join = thread.join(1.0)
5757
expect(thread_join).not_to be_nil, thread.inspect
5858
end
5959
end

0 commit comments

Comments
 (0)