Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/gtest/mp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ if(ENABLE_SYCL)

foreach(nproc RANGE 2 4)
add_mp_ctest(
NAME mp-tests NPROC ${nproc} TIMEOUT 150 SYCL TARGS
NAME mp-tests NPROC ${nproc} TIMEOUT 500 SYCL TARGS
--gtest_filter=-${sycl-exclusions})
endforeach()
add_mp_ctest(
TEST_NAME mp-tests-sycl-3-only NAME mp-tests-3 NPROC 3 TIMEOUT 150 SYCL
TEST_NAME mp-tests-sycl-3-only NAME mp-tests-3 NPROC 3 TIMEOUT 500 SYCL
TARGS --gtest_filter=-${sycl-exclusions})
endif()