Increase bind timeout timer.

In rare cases the binding can take more than 10 seconds, and when
carrierconfigloader processes both timeout and connected messages, it
will unbind twice from the service, causing illegalargument error.

A proper fix would require non-trivial refactoring of the code to
encapsulate the binding etc into an object with atomic cancel signal.

Bug: b/26592555
Change-Id: I7bac7f12c7bf60fd4f1d0fd10beb2075e9ad9f8c
1 file changed