Miao ZhiCheng
Miao ZhiCheng
reproduced #919
I hit the same problem today, it is because "node_module" is under the same directory of dapplefile. When you run dapple test, it will try to include node_modules/dapple/test/_fixtures/testenv/empty_package/dappfile, which is...
@haltman-at I think 5.1.49 was the last known "good" version for us.
@haltman-at I tried again following the reproduce steps. - with truffle 5.1.49, the test took 265.334 seconds. - with truffle 5.1.50, the test took 357.748 seconds.
okay, I will test again once it's released
the problem persists with `5.1.67`
Today I tried with "truffle": "5.2.3", the testing speed still experiences major slow down: https://github.com/superfluid-finance/protocol-monorepo/actions/workflows/ci.yml  
BUMP, I think it's quite high priority for us. Otherwise we will have to make the move to some other framework in the long run. We are already under lots...