Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pytest: fix flake in test_gossip_pruning.
If the first one doesn't use the entire timeout, the second might need longer (I used TIMEOUT=10 normally): ``` FAILED tests/test_gossip.py::test_gossip_pruning - TimeoutError: Unable to find "[re.compile('Pruning channel 103x1x0 from network view')]" in logs. ``` Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information