Bug 767215 - Robocop: increase wait time for paint events; r=jmaher

This commit is contained in:
Geoff Brown 2012-09-14 21:50:30 -06:00
parent 2d4610aea1
commit 11702b078b

View File

@ -4,7 +4,7 @@ package @ANDROID_PACKAGE_NAME@.tests;
import @ANDROID_PACKAGE_NAME@.*;
abstract class PixelTest extends BaseTest {
private static final long PAINT_CLEAR_DELAY = 1000; // milliseconds
private static final long PAINT_CLEAR_DELAY = 3000; // milliseconds
protected final PaintedSurface loadAndGetPainted(String url) {
Actions.RepeatedEventExpecter paintExpecter = mActions.expectPaint();