client/common_lib/hosts/base_classes.py: Unify host up/down timeouts and expose in...
commit585e0cca1eafa8b929d45f2a0d68e444dd97ec1d
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Tue, 21 Jun 2011 04:58:27 +0000 (21 04:58 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Tue, 21 Jun 2011 04:58:27 +0000 (21 04:58 +0000)
tree8e6c7335b0881c7759cf7516a5440c3a55e3dd36
parent8dff3f4d0713d2688505cf72957fa1913053bd83
client/common_lib/hosts/base_classes.py: Unify host up/down timeouts and expose in global_config

Confusingly, timeouts for the same thing are set differently in multiple
places. Also, many of the host timeouts are far too long for Chrome OS.
As such, I've unified a couple of the host timeouts and exposed the
default values through global config.

Signed-off-by: Dale Curtis <dalecurtis@google.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@5434 592f7852-d20e-0410-864c-8624ca9c26a4
client/common_lib/hosts/base_classes.py
server/autotest.py