Merge "Settings performance testing"

This commit is contained in:
Treehugger Robot
2020-05-15 10:28:54 +00:00
committed by Gerrit Code Review

View File

@@ -59,7 +59,7 @@ public class LaunchSettingsTest {
private static final String SCREEN_TIME_OUT = "7200000";
private static final String DEFAULT_SCREEN_TIMEOUT = "15000";
private static final int TIME_OUT = 5000;
private static final int TEST_TIME = 100;
private static final int TEST_TIME = 10;
private static final Pattern PATTERN = Pattern.compile("TotalTime:\\s[0-9]*");
private static final Page[] PAGES;