| Index: client/site_tests/power_LoadTest/power_LoadTest.py
|
| diff --git a/client/site_tests/power_LoadTest/power_LoadTest.py b/client/site_tests/power_LoadTest/power_LoadTest.py
|
| index af9cecc915280289d52f7a84eea8e3b4f445574a..93a9e1a73a9f025d878e2823bc07d82dc8e28c5f 100755
|
| --- a/client/site_tests/power_LoadTest/power_LoadTest.py
|
| +++ b/client/site_tests/power_LoadTest/power_LoadTest.py
|
| @@ -90,7 +90,8 @@ class power_LoadTest(cros_ui_test.UITest):
|
| # take several tries for WiFi to connect. More experimentation with
|
| # the retry settings here may be necessary if this becomes a source
|
| # of test flakiness in the future.
|
| - if not flimflam.FlimFlam().ConnectService(retry=True,
|
| + if not flimflam.FlimFlam().ConnectService(retries=3,
|
| + retry=True,
|
| service_type='wifi',
|
| ssid=wifi_ap,
|
| security=wifi_sec,
|
|
|