Commit 9ae345a
committed
test_closing: Increase feerate test limit
When locally running test_closing.py `test_peer_anchor_push` in a loop, it failed on the 43rd time with the error:
actual_feerate = 12005.233318796338, expected_feerate = 12000
Increasing the expected feerate prevents this particular flake from occuring on CI.
Changelog-None1 parent 815ac7e commit 9ae345a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4061 | 4061 | | |
4062 | 4062 | | |
4063 | 4063 | | |
4064 | | - | |
| 4064 | + | |
4065 | 4065 | | |
4066 | 4066 | | |
4067 | 4067 | | |
| |||
0 commit comments