flagpole
flagpole copied to clipboard
Scenario Duration for Appium Scenarios
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