| Index: client/site_tests/desktopui_DoLogin/desktopui_DoLogin.py
|
| diff --git a/client/site_tests/desktopui_DoLogin/desktopui_DoLogin.py b/client/site_tests/desktopui_DoLogin/desktopui_DoLogin.py
|
| index 487bba644190cbade866d5f25aa944026cda283a..49ec782789073f7d50ccd959d4ed26082023bdc7 100644
|
| --- a/client/site_tests/desktopui_DoLogin/desktopui_DoLogin.py
|
| +++ b/client/site_tests/desktopui_DoLogin/desktopui_DoLogin.py
|
| @@ -7,7 +7,7 @@ from autotest_lib.client.bin import site_ui_test
|
|
|
| class desktopui_DoLogin(site_ui_test.UITest):
|
| version = 1
|
| -
|
|
|
| - def run_once(self):
|
| - time.sleep(10) # Local login is so fast, it needs to be slowed down.
|
| +
|
| + def run_once(self):
|
| + time.sleep(10) # Local login is so fast, it needs to be slowed down.
|
|
|