Remvoe very high timeout on test_race_gets_and_close

This test should be fixed and fast now because the closing thread sleeps
appropriately waiting for the file descriptor to be unused.
This commit is contained in:
KJ Tsanaktsidis 2023-05-26 12:10:45 +10:00 коммит произвёл Nobuyoshi Nakada
Родитель 66871c5a06
Коммит d1628feaaf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3814,7 +3814,7 @@ __END__
end
def test_race_gets_and_close
opt = { signal: :ABRT, timeout: 200 }
opt = { signal: :ABRT, timeout: 10 }
assert_separately([], "#{<<-"begin;"}\n#{<<-"end;"}", **opt)
bug13076 = '[ruby-core:78845] [Bug #13076]'
begin;