From 8aad6c062bc55f7b998d043c1424ae9210b01ffc Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Fri, 19 Jul 2019 22:39:18 +0200 Subject: [PATCH] Tests.SDK: Run serial for now DDS currently has a race condition which causes session creation to either hang or not complete properly. --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4931c972..db65b394 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -298,6 +298,7 @@ if(BUILD_SDK) INCLUDES ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} TIMEOUT 15 + RUN_SERIAL ON ${definitions} ) endif()