mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 10:05:26 +01:00
test fix
This commit is contained in:
@@ -1219,6 +1219,7 @@ TEST_CASE("start", "[.cmd][.new]") {
|
|||||||
proxy.Call("start", {}, -1, PUT, oss);
|
proxy.Call("start", {}, -1, PUT, oss);
|
||||||
REQUIRE(oss.str() == "start successful\n");
|
REQUIRE(oss.str() == "start successful\n");
|
||||||
}
|
}
|
||||||
|
std::this_thread::sleep_for(std::chrono::milliseconds(200));
|
||||||
{
|
{
|
||||||
std::ostringstream oss;
|
std::ostringstream oss;
|
||||||
proxy.Call("status", {}, -1, GET, oss);
|
proxy.Call("status", {}, -1, GET, oss);
|
||||||
|
|||||||
Reference in New Issue
Block a user