Skip to content

Commit

Permalink
Merge branch 'master' into users/bacecek/set_and_clear_debug_app
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb authored Apr 7, 2024
2 parents b85a48b + d306c3e commit 0fda43f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/adbe-installtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:
jobs:
testOnAndroidDevice:
runs-on: macos-latest
timeout-minutes: 15
timeout-minutes: 30
strategy:
matrix:
api-level: [21]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/adbe-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
unittestsApi21And26:
runs-on: macos-latest
timeout-minutes: 15
timeout-minutes: 30

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-adbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
# A dependency, psutil, fails to install on Python 3.9
# https://github.com/ashishb/adb-enhanced/actions/runs/4309805993/jobs/7517607875
python-version: ["3.8", "3.9", "3.11"]
python-version: ["3.10", "3.11"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 0fda43f

Please sign in to comment.