AppiumTestDistribution / appium-device-farm

This is an Appium 2.0 plugin designed to manage and create driver sessions on available devices.
https://devicefarm.org
Apache License 2.0
292 stars 90 forks source link

Session error with videoTimeLimit > 1800 #1183

Closed nskcashHH closed 2 weeks ago

nskcashHH commented 2 weeks ago

Describe the bug

If I specify { "df:videoTimeLimit": 1801 }

There will be an error when creating a session

Link to Appium logs https://gist.github.com/nskcashHH/87dd3d222bedf81e8e0e48650142150f

Environment Mac OS 8.4.7-rc.41

saikrishna321 commented 2 weeks ago

[XCUITestDriver@d3b8 (0cf65adc)] The timeLimit value must be in range [1, 1800] seconds. The value of '1801' has been passed instead.

Error is coming from XCUITest not the plugin.