|
@@ -657,7 +657,7 @@ Error_manager Dispatch_plc::check_response_from_plc()
|
|
|
|
|
|
#ifndef WAIT_PLC_RESPONSE
|
|
|
//need, 调试代码, 延时10s, 直接返回成功
|
|
|
- if ( std::chrono::system_clock::now() - m_start_time > std::chrono::seconds(5) )
|
|
|
+ if ( std::chrono::system_clock::now() - m_start_time > std::chrono::seconds(20) )
|
|
|
{
|
|
|
return Error_code::SUCCESS;
|
|
|
}
|