-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: addressing flakiness of
e2e_public_cross_chain_messaging
(#4853)
The flakiness of the `e2e_public_cross_chain_messaging` was caused by me not waiting for the tx to be mined by anvil. Instead I just tried to fetch the logs immediately which then sometimes led to there being no logs even though exactly 1 log was expected. This PR fixes this by waiting for tx receipt.
- Loading branch information
Showing
3 changed files
with
49 additions
and
46 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,4 +49,4 @@ | |
"engines": { | ||
"node": ">=18" | ||
} | ||
} | ||
} |