| commit | 599bd64cda135d4be4aae6f0d38681aeaf3dc097 | [log] [tgz] |
|---|---|---|
| author | Xiao Ma <xiaom@google.com> | Mon Oct 11 05:43:32 2021 +0000 |
| committer | Xiao Ma <xiaom@google.com> | Mon Oct 11 10:13:33 2021 +0000 |
| tree | 8b8b0b9879cbe80dcbb7f77052570e4f1332ea19 | |
| parent | 33756a9b7860f3d2efd16c2936913cd841711cfd [diff] |
Increase TEST_TIMEOUT_MS to 30s in the IpClientTest. Generally TEST_TIMEOUT_MS constant is used to wait particular event to happen or verify API to be invoked. So far this constant is 400ms, probably that is not long enough on certain test platform. updating it to 30s in unit test doesn't increase the entire test duration. Bug: 202548741 Test: atest NetworkStackTests NetworkStackNextTests Change-Id: I89f8f4752f9edc6246ea8d998ef26459b25801a9