Searched refs:TEST_RESULT_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
43 private static final int TEST_RESULT_TIMEOUT = 30 * 60 * 1000; field in ReferenceImagesTest60 assertTrue("Activity failed to complete within " + TEST_RESULT_TIMEOUT + " ms", in testGenerateReferenceImages()61 activity.waitForCompletion(TEST_RESULT_TIMEOUT)); in testGenerateReferenceImages()
75 private static final int TEST_RESULT_TIMEOUT = 30 * 60 * 1000; field in ThemeHostTest231 mDevice.executeShellCommand(START_CMD, receiver, TEST_RESULT_TIMEOUT, in generateDeviceImages()