Skip to content

Commit 64ed1e1

Browse files
committed
[ci] more timeout
1 parent e3a3b4c commit 64ed1e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
script: |
5959
adb logcat -c
6060
python3 scripts/gen_project.py --rn-version ${{ matrix.rn-version }} --v8-android-variant ${{ matrix.v8-android-variant }} TestApp
61-
sleep 10
61+
sleep 20
6262
adb logcat -d > TestApp/adb.log
6363
grep -E "=== V8 version\[.+\] ===" TestApp/adb.log > /dev/null
6464

.github/workflows/expo-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
adb install -r app/build/outputs/apk/release/app-release.apk
6868
adb logcat -c
6969
adb shell am start -n com.testapp/com.testapp.MainActivity
70-
sleep 10
70+
sleep 20
7171
adb logcat -d > adb.log
7272
grep -E "=== V8 version\[.+\] ===" adb.log > /dev/null
7373

0 commit comments

Comments
 (0)