Skip to content

Increase unit test timeout for TrigValSteeringUT

For some reason these unit tests tend to take longer when executed in parallel. On their own they take only 30-40 sec, but in a larger group of parallel tests, they occasionally time out on 120 sec. Probably I/O related. Increasing the timeout to 300 sec, hoping this will help.

Merge request reports