From a5f0fb7de3b3aa9d96c96432f9299eacebe8f9de Mon Sep 17 00:00:00 2001 From: p3dr0rv <76129899+p3dr0rv@users.noreply.github.com> Date: Thu, 26 Aug 2021 12:10:10 -0700 Subject: [PATCH] cold boot --- scripts/run-instrumented-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-instrumented-tests.sh b/scripts/run-instrumented-tests.sh index d424abbb5..3e36c0fd8 100644 --- a/scripts/run-instrumented-tests.sh +++ b/scripts/run-instrumented-tests.sh @@ -3,7 +3,7 @@ echo ============================================= echo Starting ADB Daemon echo ============================================= adb start-server -emulator @test -no-window -no-audio -wipe-data & +emulator @test -no-window -no-audio -no-snapshot -wipe-data & sleep 30 gradle -version echo =============================================