talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia-labs.github.io/talaia.watch/
MIT License
134 stars 63 forks source link

Adds a timeout to Python tests that may wait forever #75

Closed sr-gi closed 2 years ago

sr-gi commented 2 years ago

Some E2E test for the CLN plugin have conditional waits that may wait forever if the code has a bug. Set a timeout for an early fail so we don't have to waste CI time.