Skip to content

Commit 46553e1

Browse files
committed
Fix an hang on problem.
ReactiveCircus/android-emulator-runner#385 (comment) Change-Id: Id0dc3b07e9836cb4f3704450e2eb520412ba73b9
1 parent e653f75 commit 46553e1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/Build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,10 @@ jobs:
199199
disable-animations: true
200200
disk-size: 6000M
201201
heap-size: 600M
202-
script: ./gradlew connectedDemoDebugAndroidTest --daemon
202+
# && killall -INT crashpad_handler || true
203+
# came from https://github.com/ReactiveCircus/android-emulator-runner/issues/385#issuecomment-2492035091
204+
script: |
205+
./gradlew connectedDemoDebugAndroidTest --daemon && killall -INT crashpad_handler || true
203206
204207
- name: Run local tests (including Roborazzi) for the combined coverage report (only API 34)
205208
if: matrix.api-level == 34

0 commit comments

Comments
 (0)