Skip to content

Commit

Permalink
ci: increased the macos timeout slightly to fix spurious failures (#4526
Browse files Browse the repository at this point in the history
)

Slow Mac runners sometimes take too long and fail needlessly.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz authored Nov 12, 2024
1 parent 2132261 commit 6a044e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ jobs:
CMAKE_CXX_STANDARD: ${{ matrix.cxx_std }}
PYTHON_VERSION: ${{ matrix.python_ver }}
USE_SIMD: ${{matrix.simd}}
CTEST_TEST_TIMEOUT: 600
CTEST_TEST_TIMEOUT: 800
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Prepare ccache timestamp
Expand Down

0 comments on commit 6a044e9

Please sign in to comment.