Trace fixed.

This commit is contained in:
stephb9959
2022-05-04 12:24:16 -07:00
parent 9c2fef1ee4
commit c706ea4118

View File

@@ -622,7 +622,7 @@ void RESTAPI_device_commandHandler::Trace() {
Cmd.Details = ParamStream.str();
FileUploader()->AddUUID(UUID);
return RESTAPI_RPC::WaitForCommand(Cmd, Params, *Request, *Response, 60000ms, nullptr, this, Logger_);
return RESTAPI_RPC::WaitForCommand(Cmd, Params, *Request, *Response, 160000ms, nullptr, this, Logger_);
}
BadRequest(RESTAPI::Errors::MissingOrInvalidParameters);
}