I am experiencing some issues with test runs that are being recorded by the dashboard. Sometimes, the test run just runs forever, or until I cancel it. I can see from the logs in Jenkins that the test run did actually finish, including some other logs stating that the run was recorded by the cypress cloud.
See below.
09:58:18 [2023-04-25T07:58:18.261Z] Recorded Run: [90mhttps://cloud.cypress.io/projects/6uj5mh/runs/731%1B[39m
09:58:18 [2023-04-25T07:58:18.261Z]
09:58:18 [2023-04-25T07:58:18.261Z] [34;1mcypress:server:cypress [0mabout to exit with code 0 [34m+3m[0m
09:58:18 [2023-04-25T07:58:18.261Z] [34;1mcypress:server:browsers [0mkilling browser process [34m+1m[0m
09:58:18 [2023-04-25T07:58:18.261Z] [34;1mcypress:server:browsers:chrome [0mclosing remote interface client [34m+12s[0m
09:58:18 [2023-04-25T07:58:18.261Z] [34;1mcypress:server:browsers:chrome [0mclosing chrome [34m+0ms[0m
09:58:18 [2023-04-25T07:58:18.261Z] [35;1mcypress:proxy:http:util:prerequests [0mmetrics: { browserPreRequestsReceived: [33m3444[39m, proxyRequestsReceived: [33m2329[39m, immediatelyMatchedRequests: [33m1308[39m, unmatchedRequests: [33m45[39m, unmatchedPreRequests: [33m1160[39m } [35m+0ms[0m
09:58:18 [2023-04-25T07:58:18.262Z] 2023-04-25T07:53:02.597Z cypress:cli child event fired { event: 'exit', code: 0, signal: null }
09:58:18 [2023-04-25T07:58:18.262Z] 2023-04-25T07:53:02.600Z cypress:cli child event fired { event: 'close', code: 0, signal: null }
09:58:18 [2023-04-25T07:58:18.262Z] Done in 181.97s.
Any advice?