Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f357b483 authored by Mark Punzalan's avatar Mark Punzalan Committed by Android (Google) Code Review
Browse files

Merge "Increase timeout in OverlayConstraintsTests" into main

parents 97db0e2b 9675b9b7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -65,7 +65,10 @@ public class OverlayConstraintsTests {
    private static final String RESOURCE_NAME = "string/module_2_name";
    private static final String RESOURCE_DEFAULT_VALUE = "module_2_name";
    private static final String RESOURCE_OVERLAID_VALUE = "hello";
    private static final long TIMEOUT_MILLIS = 2000L;

    // This timeout was previously 2 seconds but was increased to avoid flakiness on slower
    // devices such as Cuttlefish.
    private static final long TIMEOUT_MILLIS = 6000L;

    @Rule
    public final VirtualDeviceRule mVirtualDeviceRule = VirtualDeviceRule.createDefault();