commit | df5776f310004199546cb47f1ceeb9090dfd9518 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Mar 20 01:23:52 2025 -0700 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 20 01:23:52 2025 -0700 |
tree | ee14fb26a5cf6f858809ab9bb791c489a35b3d7b | |
parent | 74477dd0d8c89080aad88eae865bef67617e671b [diff] | |
parent | c45f7675dfbb94b204ce2cc4bf8ff5199082a037 [diff] |
Merge "Delay test for APF activation after screen-off" into main am: c45f7675df Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/3553387 Change-Id: I5a5d8d9eac150ca2d918ab13ce86da7a14612efb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/staticlibs/testutils/host/python/apf_test_base.py b/staticlibs/testutils/host/python/apf_test_base.py index 33b3838..6a62e21 100644 --- a/staticlibs/testutils/host/python/apf_test_base.py +++ b/staticlibs/testutils/host/python/apf_test_base.py
@@ -70,6 +70,9 @@ # Enable doze mode to activate APF. adb_utils.set_doze_mode(self.clientDevice, True) + # wait for APF to become active. + time.sleep(3) + def teardown_class(self): adb_utils.set_doze_mode(self.clientDevice, False) tether_utils.cleanup_tethering_for_upstream_type(