From b2d55db6c56c1338c2e56854a8dd1e2b5da9161f Mon Sep 17 00:00:00 2001 From: nagachika Date: Tue, 12 Mar 2019 23:36:51 +0000 Subject: merge revision(s) 66618: [Backport #15660] test_io.rb: increase timeout for RubyCI to stabilize AIX powerpc CI https://rubyci.org/logs/rubyci.s3.amazonaws.com/aix71_ppc/ruby-trunk/log/20181227T113302Z.fail.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index 9ebf8ee5e6..178e3c3d7e 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -3362,7 +3362,7 @@ __END__ } IO.select(tempfiles) - }, bug8080, timeout: 50 + }, bug8080, timeout: 100 end if defined?(Process::RLIMIT_NOFILE) def test_read_32bit_boundary diff --git a/version.h b/version.h index a10393f746..56889f8d1c 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #define RUBY_VERSION "2.5.4" #define RUBY_RELEASE_DATE "2019-03-13" -#define RUBY_PATCHLEVEL 151 +#define RUBY_PATCHLEVEL 152 #define RUBY_RELEASE_YEAR 2019 #define RUBY_RELEASE_MONTH 3 -- cgit v1.2.3