-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(acceptance): fix flakey psm test (#10747)
closes: #10728 ## Description Using `-bblock` caused inconsistent timeout behavior due to txs not getting into a block on time. `psm.test.js` is observed to be the only test that sends transactions with `-bblock` set. In this PR we switch to the default option which is `sync`. ### Security Considerations None. ### Scaling Considerations Removing flakiness will help landing code faster. ### Documentation Considerations None. ### Testing Considerations Should force integration tests. ### Upgrade Considerations `z:acceptance` runs after every upgrade.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 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