mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_gc.rb: increase timeout seconds for GC stressful
debugging. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
954c7562d3
commit
c542165757
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Jun 1 03:52:55 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* test/ruby/test_gc.rb: increase timeout seconds for GC stressful
|
||||
debugging.
|
||||
|
||||
Sun May 31 04:18:06 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* method.h: fix typo of comments.
|
||||
|
|
|
@ -252,7 +252,7 @@ class TestGc < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_profiler_clear
|
||||
assert_separately %w[--disable-gem], __FILE__, __LINE__, <<-'eom'
|
||||
assert_separately %w[--disable-gem], __FILE__, __LINE__, <<-'eom', timeout: 30
|
||||
GC::Profiler.enable
|
||||
|
||||
GC.start
|
||||
|
|
Loading…
Add table
Reference in a new issue