How do I pass idleTimeout in Test Unit?

Can I pass the idleTimeout in Test Unit?

Hi Mark,

To pass IdleTimeout, you can refer to the snippet below:

capability = {
        :browserName => "Chrome",
        :browserVersion => "104.0",
        :LT:Options => {
                "username" => "marinak",
                "accessKey" => "IizNPk5pShy19V5hCwWF0TkzA50LK6B2fy4LAN6P4feaLNC7Rt",
                "platformName" => "Windows 10",
                "project" => "Untitled",
                "w3c" => true,
                "plugin" => "ruby-test::unit"
                "idletimeout" =>"360"
                          }
}