mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
In test-driven development, you run tests and expect them to fail. Waiting for the results unnecessarily long just slows down development. And even though CI can be slow, we should aim for good performance of our code. Long wait times can hide performance bottle necks. If anyone struggles with the default value, we can add an environment variable to adjust the wait time to your machine in .env.test.local. But this may just work for everyone.