Browse Source

Bump timeout slightly to deal with really noisy links

QGC4.4
DonLakeFlyer 7 years ago
parent
commit
d1bcd47915
  1. 2
      src/MissionManager/PlanManager.h

2
src/MissionManager/PlanManager.h

@ -71,7 +71,7 @@ public: @@ -71,7 +71,7 @@ public:
// These values are public so the unit test can set appropriate signal wait times
// When passively waiting for a mission process, use a longer timeout.
static const int _ackTimeoutMilliseconds = 1000;
static const int _ackTimeoutMilliseconds = 1500;
// When actively retrying to request mission items, use a shorter timeout instead.
static const int _retryTimeoutMilliseconds = 250;
static const int _maxRetryCount = 5;

Loading…
Cancel
Save