diff options
author | Antoine Fontaine <antoine.fontaine@epfl.ch> | 2020-03-11 01:17:11 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-10 22:05:29 -0300 |
commit | db71e0d805feea2bfc6082ecf0155ec3b5b4a80c (patch) | |
tree | 1309ceff8fcf86e502f5b1c76f9fa879d0ceb423 /testing/anbox/give-more-time-to-start.patch | |
parent | 161ec9fdf23c35dbcc8a05b78f98788e1d7684d5 (diff) | |
download | aports-db71e0d805feea2bfc6082ecf0155ec3b5b4a80c.tar.bz2 aports-db71e0d805feea2bfc6082ecf0155ec3b5b4a80c.tar.xz |
testing/anbox: fix issues
* give even more time to start, because Android is visibly quite
long to start on a phone
* backport the input chmod patch, it unbreaks touch input on some
devices
* ignore wayland env vars, as they aren't actually working
Diffstat (limited to 'testing/anbox/give-more-time-to-start.patch')
-rw-r--r-- | testing/anbox/give-more-time-to-start.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/anbox/give-more-time-to-start.patch b/testing/anbox/give-more-time-to-start.patch index fb90ae13e8..55e65407e4 100644 --- a/testing/anbox/give-more-time-to-start.patch +++ b/testing/anbox/give-more-time-to-start.patch @@ -7,7 +7,7 @@ This patch gives more breathing room. namespace { constexpr unsigned int max_session_mgr_wait_attempts{10}; -const std::chrono::seconds session_mgr_wait_interval{5}; -+const std::chrono::seconds session_mgr_wait_interval{25}; ++const std::chrono::seconds session_mgr_wait_interval{60}; constexpr unsigned int max_dbus_service_wait_attempts{10}; const std::chrono::seconds dbus_service_wait_interval{5}; |