bitrise-steplib / steps-virtual-device-testing-for-android

MIT License
22 stars 23 forks source link

fix testlab max timeout error #49

Closed lszucs closed 4 years ago

lszucs commented 5 years ago

Firebase TestLab API changed valid maximum timeout to 1800 seconds. The test addon has been updated to use 1800 if a higher value is supplied.

Also, I added basic validation and warning messages regarding the timeout.