-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We do a few things here: 1. Minor style updates, just to make the code easier to read. 2. Increase the timeout for finding the node from 10 seconds to 15 seconds. 3. Change the call to the executor from spin_once to spin_some. This means that we'll give the executor more opportunity to do work, which may increase the chances of success. Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
3f6fd66
commit 243e491
Showing
2 changed files
with
16 additions
and
12 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