From 46b90a6a51cdde1613a8c5a4303a6ae641bb0c88 Mon Sep 17 00:00:00 2001 From: Jijeong Lee Date: Thu, 23 Nov 2023 19:12:06 -0800 Subject: [PATCH] set timeout for debugging --- .github/workflows/android-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index fb5aa14d2..9f8892db9 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -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