https://cypress.io logo
Test run continues after all tests pass
# i-need-help
b
Hi, We ran into the following issue in our Azure pipeline. We have windows machines on our servers and after about 57 minutes the error
##[error]The operation was canceled.
. The error in the pipeline step tells me the timeout of 60 minutes has passed, therefore it is canceling the job. This is the total timeout for the job. The spec file had run 5 of 7 tests and then was stuck for some reason. No error message available. After running this same spec file with Cypress open it seems that the duration counter continues counting even after all tests have passed. However, this doesn't happen all the time, so it is very confusing. Does anyone recognize this issue? Might be two different issues though...