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

provide global settings for APPIUM_APP_* properties #267

Closed
vdelendik opened this issue Nov 15, 2023 · 2 comments
Closed

provide global settings for APPIUM_APP_* properties #267

vdelendik opened this issue Nov 15, 2023 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@vdelendik
Copy link
Contributor

we can manage operations with local app storage and app downloading using extra parameters:

+        -e APPIUM_APP_SIZE_DISABLE=true \
+        -e APPIUM_APP_FETCH_RETRIES=2 \
+        -e APPIUM_MAX_LOCK_FILE_LIFETIME=180 \
+        -e APPIUM_APP_WAITING_TIMEOUT=90 \

let's put them into defaults/main.yml so they might be adjusted by admin much more easier

@vdelendik vdelendik added the enhancement New feature or request label Nov 15, 2023
@vdelendik vdelendik added this to the 2.6.1 milestone Nov 15, 2023
@vdelendik
Copy link
Contributor Author

done for both linux and mac roles.
default values includes APPIUM_APP_SIZE_DISABLE not disabled, i.e.:

        -e APPIUM_APP_SIZE_DISABLE=false \
        -e APPIUM_APP_FETCH_RETRIES=2 \
        -e APPIUM_MAX_LOCK_FILE_LIFETIME=180 \
        -e APPIUM_APP_WAITING_TIMEOUT=90 \

@dhreben
Copy link
Contributor

dhreben commented Nov 22, 2023

Verified.

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
Archived in project
Development

No branches or pull requests

2 participants