Tests.SDK: Run serial for now

DDS currently has a race condition which causes session creation to
either hang or not complete properly.
This commit is contained in:
Dennis Klein 2019-07-19 22:39:18 +02:00 committed by Dennis Klein
parent 152c8431c6
commit 8aad6c062b

View File

@ -298,6 +298,7 @@ if(BUILD_SDK)
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR} INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}
TIMEOUT 15 TIMEOUT 15
RUN_SERIAL ON
${definitions} ${definitions}
) )
endif() endif()