From a9de5ee4ceccb0257940db8ed85398da21f5169e Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 21 Mar 2025 17:54:38 -0700 Subject: [PATCH] Increase 16 KB test timeout, to see how it affects flakes. Bug: 405230142 Test: N/A Change-Id: I6370880160eb6024afa505ed1e42542184940d91 --- .../android/settings/development/test/Enable16KbDeviceTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Enable16KbTests/test_16kb_app/src/com/android/settings/development/test/Enable16KbDeviceTest.java b/tests/Enable16KbTests/test_16kb_app/src/com/android/settings/development/test/Enable16KbDeviceTest.java index b84a99f2c33..79aaa164caa 100644 --- a/tests/Enable16KbTests/test_16kb_app/src/com/android/settings/development/test/Enable16KbDeviceTest.java +++ b/tests/Enable16KbTests/test_16kb_app/src/com/android/settings/development/test/Enable16KbDeviceTest.java @@ -41,7 +41,7 @@ import java.util.Locale; @RunWith(AndroidJUnit4.class) public class Enable16KbDeviceTest { - private static final long TIMEOUT = 2000; + private static final long TIMEOUT = 3000; private static final String ENABLE_16K_TOGGLE = "Boot with 16 KB page size"; private static final String BUILD_NUMBER = "Build number";