-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The main goal here is to get rid of the sometimes flaky tests we are seeing in the nightlies. To do that, we try increasing the default timeout from 10 to 15 seconds. While we are in here, do a few other pieces of refactoring in this test: 1. Use a common variable name for the node name. 2. Switch the variable name for the loop to 'finished', which better reflects what it is doing. 3. Change the sleep between loops to 0.1, so we react faster 4. Remove the unnecessary _prepare_node() method. Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
1d97c4f
commit c370d7e
Showing
1 changed file
with
63 additions
and
66 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