From 64be2e029735d174da427eaba819c5ab80f91f37 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 2 Nov 2020 18:23:56 +0100 Subject: [PATCH] test fix --- slsDetectorSoftware/tests/test-CmdProxy.cpp | 1 + 1 file changed, 1 insertion(+) 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);