foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
8.12k stars 1.68k forks source link

`forge script` integration tests frequently stall #2743

Closed onbjerg closed 2 years ago

onbjerg commented 2 years ago

The integration tests for forge script frequently stall or are extremely slow in CI (>500-1000 seconds) which is a huge annoyance. We should investigate fixing it.

mattsse commented 2 years ago

I'll take a look at where we spend the most time in the script command to identify the bottleneck

mattsse commented 2 years ago

appears to be fixed since we migrated to nextest + running script test in sequence