summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-31 18:53:45 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-31 18:53:45 +0000
commitc542165757c6978d57c077688f41e5c8ee1064ff (patch)
treec86f991acc6d32962062f99c2d829f7f61c34b34
parent954c7562d38b04de1fd13bb0f126be5617633307 (diff)
* 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
-rw-r--r--ChangeLog5
-rw-r--r--test/ruby/test_gc.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ace5e1e06..e360c3bc98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index fd858f2c69..56b63062c5 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -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