I am seeing high numbers of idle timeouts on the LambdaTest platform. When are they expected how can I reduce them?

I am seeing high numbers of idle timeouts on the LambdaTest platform. Is there a way I can reduce these, and when are they expected?

Hi Ian!

The tests are marked as idleTimeout on the LambdaTest platform when it doesn’t recieive any command from your script side. The LambdaTest grid wait for a default time of 2 mins before marking the test case as idleTimeout.

If there is any command which is expected to take more than 120 secs, you can increase the default idleTimeout value by using this capability “idleTimeout”:“300”. The value of this can be set to any value between 90 seconds to 1800 seconds, dependng on your use case.