Commit 3f1cdca0 authored by Don Gagne's avatar Don Gagne

Bump retry timeout to 2 seconds

parent 06d7e8c0
......@@ -128,7 +128,7 @@ private:
QmlObjectListModel _missionItems;
static const int _ackTimeoutMilliseconds= 500;
static const int _ackTimeoutMilliseconds= 2000;
static const int _maxRetryCount = 5;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment