aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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
commitd1b5a7ac06996ee1e81d849545cfd079b7854d07 (patch)
treec86f991acc6d32962062f99c2d829f7f61c34b34 /ChangeLog
parent3b13b546a9f3d3139d8f02d18a05dc0453368a17 (diff)
downloadruby-d1b5a7ac06996ee1e81d849545cfd079b7854d07.tar.gz
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 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.