-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Public-Facing Changes Reduce smoke test flakiness ### Description Attempt to fix flaky smoke tests: **ROS 1** - Increased timeouts when waiting for channel to be communicated by the server - The ROS 1 server does not listen on graph changes, but instead periodically queries the ROS master for changes regarding available topics or services. The max. period between two consecutive ROS master queries is 5 seconds (default), hence we have to use the same timeout in the test. **ROS 2** - Use std::atomic for message handler that may be called concurrently - Other minor improvements
- Loading branch information
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters