Moonsong-Labs / moonwall

Testing Framework for Substrate networks
https://moonsong-labs.github.io/moonwall/
GNU General Public License v3.0
10 stars 4 forks source link

pkg updates and threading #420

Closed timbrinded closed 2 months ago

timbrinded commented 2 months ago

This PR updates packages and changes from worker-threads to child-processes.

This should increase stability (at the cost of performance) of multi-threaded scenarios that sometimes plague us in the CI.

We also improve the logging to increase troubleshooting