delay change
This commit is contained in:
parent
e811425681
commit
52ba435ecc
|
@ -48,7 +48,7 @@ bool CommunicationManager::Init(
|
|||
std::clock_t elapsed_time = std::clock();
|
||||
bool device_ID_loaded = false;
|
||||
|
||||
while (std::clock() - elapsed_time <= 30000)
|
||||
while (std::clock() - elapsed_time <= 300000)
|
||||
{
|
||||
Process_Command_Responses();
|
||||
|
||||
|
|
Loading…
Reference in New Issue