We have a Bitbucket pipeline that runs frequently to do some Cypress tests and normally completes in 2 minutes. However, sometimes it appears to just hang and hit the build timeout (max-time currently set to 10 minutes).
It feels like a Bitbucket bug because the total steps don't add up to 10 minutes. It's like the pipeline runner itself is stuck. The cypress tests are run within docker.
