flagpole icon indicating copy to clipboard operation
flagpole copied to clipboard

Scenario Duration for Appium Scenarios

Open kbabcock1 opened this issue 3 years ago • 0 comments
trafficstars

Look into having suite/scenario duration longer by default for Appium scenarios as they tend to run much longer with device boot/load times. Currently we have to hard code them at the top of each suite and right now it looks like this during development: suite.maxSuiteDuration = ######; suite.setMaxScenarioDuration(######);

Without these changes this will need to be done for almost every Appium suite to not timeout

kbabcock1 avatar Jan 17 '22 22:01 kbabcock1