You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: