Skip to content

Commit

Permalink
tests: fix flaky test try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Jun 5, 2024
1 parent 8dec08d commit 0759c25
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_sling.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,12 +407,6 @@ def test_pull_and_push(node_factory, bitcoind, get_plugin): # noqa: F811
]
>= 400_000_000
)
wait_for(
lambda: only_one(l1.rpc.listpeerchannels(l3.info["id"])["channels"])[
"to_us_msat"
]
<= 800_000_000
)

l1.rpc.call("sling-deletejob", ["all"])
l1.rpc.call(
Expand Down

0 comments on commit 0759c25

Please sign in to comment.