Skip to content

Commit

Permalink
Merge pull request #51783 from JoeDupuis/fix-fail-fast-flake
Browse files Browse the repository at this point in the history
Fix test runner --fail-fast test flake
  • Loading branch information
rafaelfranca committed May 15, 2024
1 parent cb60cc0 commit b9d505c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion railties/test/application/test_runner_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -782,8 +782,9 @@ def test_verify_fail_fast
assert false
end
10.times do |n|
4.times do |n|
define_method("test_verify_fail_fast_\#{n}") do
sleep 0.1
assert true
end
end
Expand Down

0 comments on commit b9d505c

Please sign in to comment.