Skip to content

Commit

Permalink
work around for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 21, 2024
1 parent d0b407c commit 18ecc80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions env_configs/android_mobile_docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"app": "/Users/runner/work/pytest-automation-boilerplate/pytest-automation-boilerplate/app files/builds/Android-MyDemoAppRN.1.3.0.build-244.apk",
"noReset": false,
"newCommandTimeout": 300,
"adbExecTimeout": 2400000,
"appWaitDuration": 2400000,
"uiautomator2ServerInstallTimeout": 2400000
"adbExecTimeout": 3000000,
"appWaitDuration": 3000000,
"uiautomator2ServerInstallTimeout": 3000000
}
}
6 changes: 3 additions & 3 deletions env_configs/android_mobile_local.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"app": "/Users/tauqirsarwar/Documents/Automation/Bench/Boilerplate/pytest-automation-boilerplate/app files/builds/Android-MyDemoAppRN.1.3.0.build-244.apk",
"noReset": false,
"newCommandTimeout": 300,
"adbExecTimeout": 2400000,
"appWaitDuration": 2400000,
"uiautomator2ServerInstallTimeout": 2400000
"adbExecTimeout": 3000000,
"appWaitDuration": 3000000,
"uiautomator2ServerInstallTimeout": 3000000
}
}

0 comments on commit 18ecc80

Please sign in to comment.