From 15d7adf90e5c5546ba18bdae8f607b369b0c8ba0 Mon Sep 17 00:00:00 2001 From: normal Date: Thu, 9 Aug 2018 08:51:22 +0000 Subject: test/io/wait/test_io_wait_uncommon.rb (test_tty_wait): increase timeout Apparently my tty can't keep up when I run test-all with TESTS='-v --no-retry' git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/io/wait/test_io_wait_uncommon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/io') diff --git a/test/io/wait/test_io_wait_uncommon.rb b/test/io/wait/test_io_wait_uncommon.rb index 03041fcaf1..d76be914a5 100644 --- a/test/io/wait/test_io_wait_uncommon.rb +++ b/test/io/wait/test_io_wait_uncommon.rb @@ -12,7 +12,7 @@ class TestIOWaitUncommon < Test::Unit::TestCase skip "/dev/tty: #{e.message} (#{e.class})" end assert_include [ nil, tty ], tty.wait_readable(0) - assert_equal tty, tty.wait_writable(0), 'portability test' + assert_equal tty, tty.wait_writable(1), 'portability test' ensure tty&.close end -- cgit v1.2.3