mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
ensure that FairMQ.Protocols is not run in parallel
The testsuite uses hardcoded system resources (TCP ports) and is consequently not thread-safe.
This commit is contained in:
parent
d866589be1
commit
218af15bbb
|
@ -47,6 +47,7 @@ add_testsuite(FairMQ.Protocols
|
||||||
DEPENDS testhelper_runTestDevice
|
DEPENDS testhelper_runTestDevice
|
||||||
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/protocols
|
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/protocols
|
||||||
TIMEOUT 30
|
TIMEOUT 30
|
||||||
|
RUN_SERIAL ON
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user