Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix two cucumber tests to be less flaky (#3166)
<!--- Provide a general summary of your changes in the Title above --> ## Description Fixed _"Ramped Stress Test"_ to be less flaky: - A "FundsPending" error returned from the coin split step will now be handled gracefully and not stop the test Fixed _"Wallet sending and receiving one-sided transactions"_ to be less flaky: - Wallet A will monitor transactions to be at least broadcast when sending one-sided transactions to wallet B before mining will commence ## Motivation and Context Cucumber tests were flaky. ## How Has This Been Tested? Running the integration tests in question. ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> * [X] I'm merging against the `development` branch. * [X] I have squashed my commits into a single commit.
- Loading branch information