Shorten the failure timeout.

This commit is contained in:
Jonathan Naylor 2016-05-10 07:44:45 +01:00
parent 3b48aa3985
commit efca4fa0cb

View file

@ -45,7 +45,7 @@ m_slot1(slot1),
m_slot2(slot2),
m_status(DISCONNECTED),
m_retryTimer(1000U, 10U),
m_timeoutTimer(1000U, 600U),
m_timeoutTimer(1000U, 60U),
m_pingTimer(1000U, 5U),
m_buffer(NULL),
m_salt(NULL),