Skip to content

Commit

Permalink
Increase sigterm timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 25, 2025
1 parent 826d623 commit ced320f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_13/test/test_three_robots_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def generate_test_description():
"launch/three_robots.launch.py",
)
),
launch_arguments={"gui": "false"}.items(),
launch_arguments={"gui": "false", "sigterm_timeout": "10"}.items(),
)

return LaunchDescription([launch_include, ReadyToTest()])
Expand Down

0 comments on commit ced320f

Please sign in to comment.