Skip to content
Snippets Groups Projects
Commit 6c83f00b authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Gerrit Code Review
Browse files

Merge "Increase the service bind timeout." into main

parents dab91254 bbe0b27e
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ import android.os.IBinder;
import android.os.RemoteException;
public class MyServiceClient {
private static final int TIMEOUT_MS = 5000;
private static final int TIMEOUT_MS = 20_000;
private static final String PACKAGE = MyServiceClient.class.getPackage().getName();
private static final String APP2_PACKAGE = PACKAGE + ".app2";
private static final String SERVICE_NAME = APP2_PACKAGE + ".MyService";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment