Skip to content

Commit

Permalink
set timeout for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 24, 2023
1 parent 1fa32bf commit 46b90a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@ jobs:

- name: Run appium server
shell: bash -l {0}
timeout-minutes: 3
run: |
source setup/activate_native.sh
npx appium --version
npx wdio --version
ls
# - name: Waiting until appium server executed
# run: sleep 10
Expand Down

0 comments on commit 46b90a6

Please sign in to comment.