Skip to content

Commit

Permalink
Extend MSpec timeout: WeakRef specs seem to take a very long time on …
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Feb 28, 2021
1 parent 2866cd5 commit 0d34abb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rakelib/commands.rake
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def mspec(mspec_options = {}, java_options = {}, &code)
mspec_options[:thread_pooling] ||= false
mspec_options[:reflection] ||= false
mspec_options[:format] ||= "m"
mspec_options[:timeout] ||= 120
mspec_options[:timeout] ||= 180
ms = mspec_options

# We can check this property to see whether we failed the run or not
Expand Down
1 change: 0 additions & 1 deletion spec/tags/ruby/library/weakref/__getobj___tags.txt

This file was deleted.

0 comments on commit 0d34abb

Please sign in to comment.