This repository has been archived by the owner. It is now read-only.
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upsynopsis entry should show up in < 8s for tests #4122
Closed
Comments
|
@diracdeltas - still looking into this, but. if you do |
|
@mrose17 the testing framework doesn't know where appData is so it has to use |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Did you search for similar issues before submitting this one?
yes
Describe the issue you encountered:
when
process.env.NODE_ENV === 'test'and a page is visited, it takes 8 seconds for a page to be registered in the ledger, which makes it impossible to test because the test timeout is less than 8s. i thought this was fixed by e47c28b but apparently not.to repro: