This commit is contained in:
maliakal_d 2020-11-02 18:23:56 +01:00
parent 66df5fe8ee
commit 64be2e0297

View File

@ -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);