Skip to content

Commit 328c7ac

Browse files
authored
Update CMakeLists.txt
Bump discovery timeout to see if it helps.
1 parent 3d1c1ad commit 328c7ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Tests/Foundation/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,5 @@ xctest_discover_tests(TestFoundation
184184
${CMAKE_BINARY_DIR}/TestFoundation.app/TestFoundation${CMAKE_EXECUTABLE_SUFFIX}
185185
WORKING_DIRECTORY
186186
${CMAKE_BINARY_DIR}/TestFoundation.app
187-
PROPERTIES
188-
ENVIRONMENT
189-
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>)
187+
DISCOVERY_TIMEOUT
188+
10

0 commit comments

Comments
 (0)