mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Extend timeout for RubyCI chkbuild on Debian 8.2 x86_64.
On that machine, TestQueue#test_thr_kill often fails as follows:
      1) Failure:
    TestQueue#test_thr_kill [/home/hsbt/chkbuild/tmp/build/20161109T213002Z/ruby/test/thread/test_queue.rb:155]:
    only 171/250 done in 30 seconds.
Even if it passes, it takes about 30 seconds:
    [11160/16832] TestQueue#test_thr_kill = 29.80 s
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
			
			
This commit is contained in:
		
							parent
							
								
									dab206abfb
								
							
						
					
					
						commit
						aaf3f205e8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -132,7 +132,7 @@ class TestQueue < Test::Unit::TestCase
 | 
			
		|||
  def test_thr_kill
 | 
			
		||||
    bug5343 = '[ruby-core:39634]'
 | 
			
		||||
    Dir.mktmpdir {|d|
 | 
			
		||||
      timeout = 30
 | 
			
		||||
      timeout = 60
 | 
			
		||||
      total_count = 250
 | 
			
		||||
      begin
 | 
			
		||||
        assert_normal_exit(<<-"_eom", bug5343, {:timeout => timeout, :chdir=>d})
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue