Skip to content

Commit 2211893

Browse files
committed
40 second data
1 parent 491368e commit 2211893

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

scripts/run_android_emulator.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ adb shell "free -h"
1818
adb uninstall org.pytorch.executorch.test || true
1919
adb install -t android-test-debug-androidTest.apk
2020

21+
for i in {1..40}; do
22+
adb shell 'free -h'
23+
sleep 1
24+
done &
25+
2126
adb logcat -c
22-
adb shell am instrument -w -r -e \
23-
class org.pytorch.executorch.ModuleInstrumentationTest,org.pytorch.executorch.ModuleE2ETest \
27+
adb shell am instrument -w -r \
2428
org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner >result.txt 2>&1
2529
adb logcat -d > logcat.txt
2630
adb shell dumpsys meminfo

0 commit comments

Comments
 (0)