Extend RUBY_TEST_TIMEOUT_SCALE on macos-14 and --repeat-count=2

This commit is contained in:
Yusuke Endoh 2024-07-25 13:58:32 +09:00
parent 5f6a1c2e22
commit 22ad6b249b
Notes: git 2024-07-25 05:43:20 +00:00

View File

@ -108,7 +108,7 @@ jobs:
- name: Set extra test options
run: |
echo "TESTS=$TESTS ${{ matrix.test_opts }}" >> $GITHUB_ENV
echo "RUBY_TEST_TIMEOUT_SCALE=3" >> $GITHUB_ENV # With --repeat-count=2, flaky test by timeout occurs frequently for some reason
echo "RUBY_TEST_TIMEOUT_SCALE=10" >> $GITHUB_ENV # With --repeat-count=2, flaky test by timeout occurs frequently for some reason
if: matrix.test_opts
- name: make ${{ matrix.test_task }}