You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the number of tests increase, this will have a significant impact on the CI since most of the tests use the RouDiEnvironment which results in ~300ms minimal execution time. Therefore the tests should be distributed to two runners as a starting point.
A CI profile could be used to also add repetition for failed tests.