Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the ament_cmake_copyright default timeout. #355

Merged
merged 1 commit into from Feb 28, 2022

Conversation

clalancette
Copy link
Contributor

Add one minute so that Windows Debug won't fail as often.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

If you look at https://ci.ros2.org/view/nightly/job/nightly_win_deb/2282/consoleFull and search for:

C:/ci/ws/install/Scripts/ament_copyright.exe --xunit-file C:/ci/ws/build/rclcpp/test_results/rclcpp/copyright.xunit.xml

You'll see that the copyright check timed out. If you look at an earlier job (like https://ci.ros2.org/view/nightly/job/nightly_win_deb/2277/consoleFull), and search for the same line, you'll see that the job completed in just under 120 seconds. Since we are so close to the margin here, bump up the timeout to 200 seconds, which won't have an appreciable difference to our CI but should make it a lot more reliable on Windows Debug.

Add one minute so that Windows Debug won't fail as often.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette
Copy link
Contributor Author

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status
  • Windows Debug Build Status

@clalancette
Copy link
Contributor Author

Linux aarch64 is unstable, but that is due to other (known) reasons. The failures in Windows and Windows Debug have variously been in the nightlies. Regardless, it seems unlikely that any of that was caused by this PR, so going ahead and merging this one.

@clalancette clalancette merged commit fc14075 into master Feb 28, 2022
@delete-merged-branch delete-merged-branch bot deleted the clalancette/increase-copyright-timeout branch February 28, 2022 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants