We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a3b4c commit 64ed1e1Copy full SHA for 64ed1e1
.github/workflows/android.yml
@@ -58,7 +58,7 @@ jobs:
58
script: |
59
adb logcat -c
60
python3 scripts/gen_project.py --rn-version ${{ matrix.rn-version }} --v8-android-variant ${{ matrix.v8-android-variant }} TestApp
61
- sleep 10
+ sleep 20
62
adb logcat -d > TestApp/adb.log
63
grep -E "=== V8 version\[.+\] ===" TestApp/adb.log > /dev/null
64
.github/workflows/expo-android.yml
@@ -67,7 +67,7 @@ jobs:
67
adb install -r app/build/outputs/apk/release/app-release.apk
68
69
adb shell am start -n com.testapp/com.testapp.MainActivity
70
71
adb logcat -d > adb.log
72
grep -E "=== V8 version\[.+\] ===" adb.log > /dev/null
73
0 commit comments