diff --git a/slsDetectorSoftware/tests/test-CmdProxy.cpp b/slsDetectorSoftware/tests/test-CmdProxy.cpp index 9bce19a7f..d5b903aef 100644 --- a/slsDetectorSoftware/tests/test-CmdProxy.cpp +++ b/slsDetectorSoftware/tests/test-CmdProxy.cpp @@ -1219,6 +1219,7 @@ TEST_CASE("start", "[.cmd][.new]") { proxy.Call("start", {}, -1, PUT, oss); REQUIRE(oss.str() == "start successful\n"); } + std::this_thread::sleep_for(std::chrono::milliseconds(200)); { std::ostringstream oss; proxy.Call("status", {}, -1, GET, oss);