Skip to content

Commit b83de90

Browse files
authored
increased timeout for multi proc tests (#836)
1 parent f69a3c3 commit b83de90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/gtest/mp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ if(ENABLE_SYCL)
125125

126126
foreach(nproc RANGE 2 4)
127127
add_mp_ctest(
128-
NAME mp-tests NPROC ${nproc} TIMEOUT 150 SYCL TARGS
128+
NAME mp-tests NPROC ${nproc} TIMEOUT 500 SYCL TARGS
129129
--gtest_filter=-${sycl-exclusions})
130130
endforeach()
131131
add_mp_ctest(
132-
TEST_NAME mp-tests-sycl-3-only NAME mp-tests-3 NPROC 3 TIMEOUT 150 SYCL
132+
TEST_NAME mp-tests-sycl-3-only NAME mp-tests-3 NPROC 3 TIMEOUT 500 SYCL
133133
TARGS --gtest_filter=-${sycl-exclusions})
134134
endif()

0 commit comments

Comments
 (0)