-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request