Skip to content

Commit 2150d98

Browse files
authored
Merge pull request #3155 from apple/compnerd/discovery-timeout
Update CMakeLists.txt
2 parents 3d1c1ad + 9a88f11 commit 2150d98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Foundation/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ xctest_discover_tests(TestFoundation
184184
${CMAKE_BINARY_DIR}/TestFoundation.app/TestFoundation${CMAKE_EXECUTABLE_SUFFIX}
185185
WORKING_DIRECTORY
186186
${CMAKE_BINARY_DIR}/TestFoundation.app
187+
DISCOVERY_TIMEOUT
188+
10
187189
PROPERTIES
188190
ENVIRONMENT
189191
LD_LIBRARY_PATH=${CMAKE_BINARY_DIR}/TestFoundation.app:$<TARGET_LINKER_FILE_DIR:XCTest>:$<TARGET_LINKER_FILE_DIR:dispatch>:$<TARGET_LINKER_FILE_DIR:swiftDispatch>:$<TARGET_LINKER_FILE_DIR:BlocksRuntime>)

0 commit comments

Comments
 (0)