Increase 16 KB test timeout, to see how it affects flakes.
Bug: 405230142 Test: N/A Change-Id: I6370880160eb6024afa505ed1e42542184940d91
This commit is contained in:
@@ -41,7 +41,7 @@ import java.util.Locale;
|
|||||||
|
|
||||||
@RunWith(AndroidJUnit4.class)
|
@RunWith(AndroidJUnit4.class)
|
||||||
public class Enable16KbDeviceTest {
|
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 ENABLE_16K_TOGGLE = "Boot with 16 KB page size";
|
||||||
private static final String BUILD_NUMBER = "Build number";
|
private static final String BUILD_NUMBER = "Build number";
|
||||||
|
Reference in New Issue
Block a user