We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16466b3 commit 44b7bd6Copy full SHA for 44b7bd6
dlux_plugins/test/planner_test.launch
@@ -1,5 +1,5 @@
1
<launch>
2
<!-- Planner Test contains 6 configurations, each of which can take over a minute on a shiny developer laptop. -->
3
- <!-- Conservatively, we limit each configuration to 3 minutes, allowing for the slowness of buildfarms, etc. -->
4
- <test test-name="planner_test" pkg="dlux_plugins" type="planner_test" time-limit="1080"/>
+ <!-- Conservatively, we limit each configuration to 10 minutes, allowing for the slowness of buildfarms, etc. -->
+ <test test-name="planner_test" pkg="dlux_plugins" type="planner_test" time-limit="3600"/>
5
</launch>
0 commit comments