Skip to content

Commit 6a044e9

Browse files
authored
ci: increased the macos timeout slightly to fix spurious failures (#4526)
Slow Mac runners sometimes take too long and fail needlessly. Signed-off-by: Larry Gritz <[email protected]>
1 parent 2132261 commit 6a044e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ jobs:
544544
CMAKE_CXX_STANDARD: ${{ matrix.cxx_std }}
545545
PYTHON_VERSION: ${{ matrix.python_ver }}
546546
USE_SIMD: ${{matrix.simd}}
547-
CTEST_TEST_TIMEOUT: 600
547+
CTEST_TEST_TIMEOUT: 800
548548
steps:
549549
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
550550
- name: Prepare ccache timestamp

0 commit comments

Comments
 (0)