https://cypress.io logo
Bitbucket CI works super slow
# i-need-help
s
for some reason locally all the automation is running super fast, but on bitbucket CI, it always reach the 2 hour limit after few tests, which all of them combined take like 2 min, anyone encountered in something like that? I'm also getting an error that says: Container 'docker' exceeded memory limit.
a
Do you have your npm packages in a local repo? Or are they downloaded each time the tests run ? Also do you use cypress docker image with the browsers already installed ? https://github.com/cypress-io/cypress-docker-images/tree/master/browsers
b
@straight-pencil-91170 have you looked at memory usage of the CI server?
s
@bland-salesclerk-62828 how can i do it?
b
I'd recommend trying to run it with
DEBUG=cypress:server:util:process_profiler
and see if that gives you any pointers https://www.deploysentinel.com/blog/debug-failing-cypress-tests-in-ci#output-verbose-debug-logs-from-cypress