Deployment timeout wait is not configurable

Deploying a larger project (APK size is ~140 Mb) currently fails as part of the preamble to launching the debugger - in the “Deploying application” stage.

I have tried changing the “Timeout” setting (in “Options->Android->Debug”) from 60s to 300s but it doesn’t look like that setting is respected.
Deployment directly via ADB works fine but it reports around 2 minutes (120s) to complete.

I am currently working around the issue by:
1/ Deploying manually via ADB:
adb.exe -s install -r .apk
2/ Disabling the “Deploy APK on Debug” option

Cheers,

-Paul [Slant Six Games]