commit | 8d656995338f63354fdcf8519eab406419b3e294 | [log] [tgz] |
---|---|---|
author | chiachangwang <chiachangwang@google.com> | Wed Oct 12 14:10:29 2022 +0000 |
committer | Chiachang Wang <chiachangwang@google.com> | Wed Oct 12 14:14:49 2022 +0000 |
tree | 2c87914f9307f592abf4f593821d6737a02663a9 | |
parent | 45b9d2d0f9c09087e7c5f42ecb8f5d5b6d7d444d [diff] |
Correct failed log in ensureWifiConnected() The timeout is used in the test should be WIFI_CONNECT_TIMEOUT_MS but log shows WIFI_CONNECT_INTERVAL_MS instead. The debug log is confusing. Correct it to right variable. Test: atest CtsNetTestCases Change-Id: I4cedaa6e03aea6cc02a07bdbea2f0b1e7f5076e1