diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c377e9c1..ae0417f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,8 @@ jobs: with: api-level: 27 script: | + echo "About to sleep" + sleep 10 adb install tests/LaunchDarkly.ClientSdk.Android.Tests/bin/Debug/com.companyname.LaunchDarkly.ClientSdk.Android.Tests-Signed.apk # TODO: update build commands to not use msbuild if possible