Merge "Extend the timeout period for low-end devices"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1e64ab97a1
@@ -85,7 +85,7 @@ import java.util.concurrent.TimeUnit;
|
||||
@MediumTest
|
||||
@Presubmit
|
||||
public class ActivityThreadClientTest {
|
||||
private static final long WAIT_TIMEOUT_MS = TimeUnit.SECONDS.toMillis(5);
|
||||
private static final long WAIT_TIMEOUT_MS = TimeUnit.SECONDS.toMillis(10);
|
||||
|
||||
@Test
|
||||
@UiThreadTest
|
||||
|
||||
Reference in New Issue
Block a user