releax wait timeout on start of dumpstate service

Bug: 12181612
Change-Id: If7ae97de1e42890dac37d036ead669ccda65e688
This commit is contained in:
Guang Zhu 2014-01-15 15:57:32 -08:00
parent 9ef78fe272
commit 9fcca4ee17
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ int main(int argc, char *argv[]) {
property_set("ctl.start", "dumpstate");
/* socket will not be available until service starts */
for (i = 0; i < 10; i++) {
for (i = 0; i < 20; i++) {
s = socket_local_client("dumpstate",
ANDROID_SOCKET_NAMESPACE_RESERVED,
SOCK_STREAM);