Skip to content

Commit

Permalink
mac timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Nov 28, 2024
1 parent 60d2058 commit bd7d9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ jobs:
cxx_compiler: clang++
opencolorio_ver: v2.3.2
python_ver: "3.11"
ctest_test_timeout: "1200"
setenvs: export SANITIZE=address,undefined
OIIO_CMAKE_FLAGS="-DSANITIZE=address,undefined -DUSE_PYTHON=0"
CMAKE_BUILD_TYPE=Debug
CTEST_TEST_TIMEOUT=1200
CTEST_EXCLUSIONS="broken|png-damaged"
- desc: VFX2023 gcc11/C++17 py3.10 exr3.1 ocio2.2
nametag: linux-vfx2023
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
cxx_std: 17
python_ver: "3.11"
simd: sse4.2,avx2
ctest_test_timeout: 800
ctest_test_timeout: 1200
setenvs: export MACOSX_DEPLOYMENT_TARGET=12.0
- desc: MacOS-14-ARM aclang15/C++20/py3.12
runner: macos-14
Expand Down

0 comments on commit bd7d9be

Please sign in to comment.