KomodoPlatform / komodo-defi-framework

This is the official Komodo DeFi Framework repository
https://komodoplatform.com/en/docs/komodo-defi-framework/
97 stars 88 forks source link

fix(test): improve log wait condition to fix taker restart test #2125

Closed dimxy closed 1 month ago

dimxy commented 1 month ago

Test test_taker_completes_swap_after_taker_payment_spent_while_offline sometimes fails, apparently due to too early taker stop, so it does not have time to send p2p message with taker payment data to the maker. This fix improves the test log wait condition to ensure the p2p message is sent and only then taker stops.