mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 18:10:40 +02:00
test fix
This commit is contained in:
parent
66df5fe8ee
commit
64be2e0297
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user