commit | f4f004ded45a0e19cfa9a57505351996490bacde | [log] [tgz] |
---|---|---|
author | Chiachang Wang <chiachangwang@google.com> | Tue Nov 07 06:39:52 2023 +0000 |
committer | Chiachang Wang <chiachangwang@google.com> | Tue Nov 07 07:05:43 2023 +0000 |
tree | f3320f9a7cfaf4b8eb66381d161beb019e2ab474 | |
parent | a462991ca9cfe454aa9f567ff8603f56676722d0 [diff] |
Change the expected interactions The TCP polling timer is set to 0 and NM in the test case is expected to stay in the ValidatedState. This means the TCP data stall may happen more than once. Test case expected only one interaction is not realistic. Change it to verify at least one interaction to solve the flaky test. Also, update the timer to 0 to prevent possible busy loop. Fix: 308920709 Test: atest NetworkStackTests Change-Id: I42e384a3270ffc7b5010d6faef1595f5475d7989