1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-25 03:59:11 +00:00

[workloads/jetnews] Restore test default timeout, repeat count and fling speed

This commit is contained in:
Luis Machado 2024-11-13 17:55:47 +00:00
parent c9ffbfb7cf
commit 0cdccc137e
2 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@ import com.arm.wa.uiauto.ActionLogger;
// things get setup properly (parameters, screen orientation etc).
public class UiAutomationJankTests extends JankTestBase {
private static final int DEFAULT_BENCHMARK_REPEAT_COUNT = 5;
private static final int DEFAULT_TIMEOUT = 100;
private static final int DEFAULT_BENCHMARK_FLING_SPEED = 20000;
private static final int DEFAULT_BENCHMARK_REPEAT_COUNT = 1;
private static final int DEFAULT_TIMEOUT = 1000;
private static final int DEFAULT_BENCHMARK_FLING_SPEED = 5000;
private static final String[] DEFAULT_BENCHMARK_TESTS
= {"PortraitVerticalTest",
"PortraitHorizontalTest",