Skip to content

Commit 8e19a04

Browse files
committed
fix(android/workflow): increase sleep duration in test script for stability
1 parent 70392f9 commit 8e19a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
adb remount
218218
adb push ${{ github.workspace }}/. /data/local/tmp/
219219
adb shell "mv -f /data/local/tmp/sqlite3 /system/xbin"
220-
npx @playwright/mcp@latest --port 8931 --headless & sleep 3
220+
npx @playwright/mcp@latest --port 8931 --headless & sleep 20
221221
adb reverse tcp:8931 tcp:8931
222222
adb shell "cd /data/local/tmp && sqlite3 \":memory:\" -cmd \".bail on\" \".load ./dist/mcp\" \"SELECT mcp_version();\" && ./android-test"
223223

0 commit comments

Comments
 (0)