diff options
author | Mathias Agopian <mathias@google.com> | 2009-05-27 14:25:54 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-05-27 14:25:54 -0700 |
commit | 1edfd382ba69ff96ebd0220b05b134a90b910ea7 (patch) | |
tree | 90758d57be56f4c9730ee96b80767920772b8971 /adb/adb_client.c | |
parent | 67667115c51693ac27338be2aa7004789b15ff81 (diff) | |
parent | 09555c7a18342390556132f7d050a410d02206ef (diff) | |
download | system_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.c | 2 |
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 |