mintlayer / mintlayer-core

Mintlayer Core: The central repository housing the essential components to operate a Mintlayer node. It encompasses the node and wallet functionalities necessary for seamless operation, alongside an additional API server designed to facilitate applications.
https://www.mintlayer.org
MIT License
42 stars 24 forks source link

Fix disabled network sync p2p tests #917

Open pavel-kokolemin opened 1 year ago

pavel-kokolemin commented 1 year ago

The `initial_download_unexpected_disconnect' test should be properly fixed and re-enabled. The problem is probably in the test itself: on slow machines, some background task may not process events in time.

TheQuantumPhysicist commented 10 months ago

@pavel-kokolemin Do we have an update on this?