summaryrefslogtreecommitdiffstats
path: root/adb/adb_client.c
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-27 14:25:54 -0700
committerMathias Agopian <mathias@google.com>2009-05-27 14:25:54 -0700
commit1edfd382ba69ff96ebd0220b05b134a90b910ea7 (patch)
tree90758d57be56f4c9730ee96b80767920772b8971 /adb/adb_client.c
parent67667115c51693ac27338be2aa7004789b15ff81 (diff)
parent09555c7a18342390556132f7d050a410d02206ef (diff)
downloadsystem_core-1edfd382ba69ff96ebd0220b05b134a90b910ea7.zip
system_core-1edfd382ba69ff96ebd0220b05b134a90b910ea7.tar.gz
system_core-1edfd382ba69ff96ebd0220b05b134a90b910ea7.tar.bz2
Merge commit 'goog/master' into merge_master
Diffstat (limited to 'adb/adb_client.c')
-rw-r--r--adb/adb_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/adb_client.c b/adb/adb_client.c
index 5868744..243f0fa 100644
--- a/adb/adb_client.c
+++ b/adb/adb_client.c
@@ -213,7 +213,7 @@ int adb_connect(const char *service)
fprintf(stdout,"* daemon started successfully *\n");
}
/* give the server some time to start properly and detect devices */
- adb_sleep_ms(2000);
+ adb_sleep_ms(3000);
// fall through to _adb_connect
} else {
// if server was running, check its version to make sure it is not out of date