-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Fix restClientFixture test flaking (#4484)
Many e2e tests spins up 2 nodes, Node A and Node B: A observes it is currently round r, but B is still on round r-1. Node A then sends a tx with validity range (r, r+1000), and B then discards the tx since r-1 is outside of the tx’s validity range. Fixed by changing the validity window for transactions with default validity.
- Loading branch information
nicholasguoalgorand
authored
Aug 29, 2022
1 parent
9e4e84c
commit 63ddd47
Showing
2 changed files
with
5 additions
and
5 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