iTwin / viewer-components-react

Components built on iTwin.js for usability in an iTwin.js based Viewer.
MIT License
24 stars 34 forks source link

The e2e tests for viewer-components-react are timing out #1048

Open tejassutar2024 opened 2 months ago

tejassutar2024 commented 2 months ago

For some reason, e2e tests for viewer-components-react get cancelled. It looks like there is timeout after 60 min. https://github.com/iTwin/viewer-components-react/pull/1042/checks?check_run_id=30186426650 This restricts pull request from getting merged.

grigasp commented 2 months ago

@tejassutar2024, it looks like the job doesn't hang and is just taking too long... E.g. the first run managed to complete all but 2 tests until it hit the timeout... For the time being I just increased the timeout: https://github.com/iTwin/viewer-components-react/pull/1049. Will look into how to improve the job performance a bit later.