Skip to content

Update Selenoid timeout

George Koltsov requested to merge update-selenoid-timeout into master

What does this MR do and why?

Updates Selenoid timeout to 10 minutes.

Problem this solves: The default timeout is 1 minute which means if the UI of the test is idle for more than 1 minute, e.g. doing things in the background, the Selenoid browser container and video recorder container shuts down causing the rest of the tests to fail. Changing it to 10 minutes gives plenty of time for background process to complete.

Example pipeline job: https://gitlab.com/gitlab-org/gitlab/-/jobs/4491780087

Video recording of the failure can be found in the artifacts under selenoid/video

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports