This commit is contained in:
maliakal_d 2020-11-02 18:27:10 +01:00
parent 64be2e0297
commit e7a1960741

View File

@ -1248,6 +1248,7 @@ TEST_CASE("stop", "[.cmd][.new]") {
}
det.setExptime(-1, std::chrono::seconds(2));
det.startDetector();
std::this_thread::sleep_for(std::chrono::milliseconds(200));
{
std::ostringstream oss;
proxy.Call("status", {}, -1, GET, oss);
@ -1283,6 +1284,7 @@ TEST_CASE("status", "[.cmd][.new]") {
}
det.setExptime(-1, std::chrono::seconds(2));
det.startDetector();
std::this_thread::sleep_for(std::chrono::milliseconds(200));
{
std::ostringstream oss;
proxy.Call("status", {}, -1, GET, oss);