Issue Details
I am using the TestStand Semiconductor Module (TSM) and configured a TSM Mulitest or Action step with One Thread Only. I expect execution to pause at this step until all sockets/sites reach it.
This behavior works as expected in a normal sequence. However, when the step is placed inside a subsequence configured with execution option New Thread, the sites proceed without waiting for the other sites to arrive.
If I instead use the native TestStand Rendezvous step in the same subsequence, synchronization behaves as expected.