Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scenario Duration for Appium Scenarios #212

Open
kbabcock1 opened this issue Jan 17, 2022 · 0 comments
Open

Scenario Duration for Appium Scenarios #212

kbabcock1 opened this issue Jan 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kbabcock1
Copy link
Collaborator

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 kbabcock1 added the enhancement New feature or request label Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant