Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
109 stars 73 forks source link

Increase timeout for e2e-tests for process-editor #13024

Closed framitdavid closed 5 days ago

framitdavid commented 5 days ago

Description

Our end-to-end test cases within ProcessEditor have become too extensive, necessitating an increase in our timeout to allow them to run properly. To address this, we should split the larger tests into smaller, more manageable ones. I've already made improvements to the action tests, which can be found in this pull request. Once this PR is merged into the main branch, we should continue breaking down the tests further. This will enable us to reduce the timeout back to 30,000 ms.

Related Issue(s)

Verification