activist
activist copied to clipboard
E2e tests need more resources in CI
Terms
- [X] I have searched all open bug reports
- [X] I agree to follow activist's Code of Conduct
Behavior
Currently even when running in sequential mode some tests will time out randomly. This indicates that the environment the e2e tests run in does not have adequate resources.
The github action environment either needs more CPU / memory / etc, or perhaps the action needs to create a separate github environment that can be used to run the tests with more resources. Ideally we should have enough resources in the CI e2e test environment to run the tests in parallel without random timeout failures.
In fact ideally this e2e environment should mirror the prod environment as much as we are able, though obviously it will not be at the same scale as prod.
please assign me these issue
Appreciate your vested interest in the project, @manjaycoder. This might be fixed by an open PR that we'll be merging later today. I'll let you know if there's still work to be done.