Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
50180bf8
Commit
50180bf8
authored
Jul 08, 2020
by
Remek Zajac
Browse files
unit-test timeout up to 10ms
parent
f38ab261
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/TransectStyleComplexItem.cc
View file @
50180bf8
...
...
@@ -51,7 +51,7 @@ TransectStyleComplexItem::TransectStyleComplexItem(PlanMasterController* masterC
,
_terrainAdjustMaxClimbRateFact
(
settingsGroup
,
_metaDataMap
[
terrainAdjustMaxClimbRateName
])
,
_terrainAdjustMaxDescentRateFact
(
settingsGroup
,
_metaDataMap
[
terrainAdjustMaxDescentRateName
])
{
_terrainQueryTimer
.
setInterval
(
qgcApp
()
->
runningUnitTests
()
?
0
:
_terrainQueryTimeoutMsecs
);
_terrainQueryTimer
.
setInterval
(
qgcApp
()
->
runningUnitTests
()
?
1
0
:
_terrainQueryTimeoutMsecs
);
_terrainQueryTimer
.
setSingleShot
(
true
);
connect
(
&
_terrainQueryTimer
,
&
QTimer
::
timeout
,
this
,
&
TransectStyleComplexItem
::
_reallyQueryTransectsPathHeightInfo
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment