Reduce number of iterations in TestFiberScheduler#test_autoload
. (#8391)
`ppc64le` appears to be struggling with this test due to timeout. Let's see if reducing the number of iterations can help improve the test performance.
This commit is contained in:
parent
ac65fc833d
commit
05aaff2191
Notes:
git
2023-09-07 01:54:11 +00:00
Merged-By: ioquatix <samuel@codeotaku.com>
@ -118,7 +118,7 @@ class TestFiberScheduler < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_autoload
|
def test_autoload
|
||||||
100.times do
|
10.times do
|
||||||
Object.autoload(:TestFiberSchedulerAutoload, File.expand_path("autoload.rb", __dir__))
|
Object.autoload(:TestFiberSchedulerAutoload, File.expand_path("autoload.rb", __dir__))
|
||||||
|
|
||||||
thread = Thread.new do
|
thread = Thread.new do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user