How can I pass the idleTimeout in the TestNG framework?
Hi Alex,
You can use this capability to pass idleTimeout in TestNG:
ltOptions.put("idleTimeout", "125");
this extends the idle timeout from 120 seconds to 125.
How can I pass the idleTimeout in the TestNG framework?
Hi Alex,
You can use this capability to pass idleTimeout in TestNG:
ltOptions.put("idleTimeout", "125");
this extends the idle timeout from 120 seconds to 125.