aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Daniel Kachhap <amit.kachhap@arm.com>2018-03-30 12:09:02 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-16 12:37:21 +0530
commita90486486fbbac4b48d2667064bb7aa09ebe46de (patch)
tree117a79f5cfe339e9a0e22bab7fd87ae2fba679b4
parent61b0997f8cb9fcdbcdbd80bce0983ae68004e0a6 (diff)
ipa-thermal: Increase the delay to trigger thermal coolingHEADmaster
Sometimes it is observed that changing trip temperature is not able to trigger thermal cooling within 1 second delay. Hence this patch increases the delay macro STATE_DELAY to 2. Signed-off-by: Amit Daniel Kachhap <amit.kachhap@arm.com>
-rw-r--r--suites/ipa/functional_suite/common/ipa_test_functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/suites/ipa/functional_suite/common/ipa_test_functions.sh b/suites/ipa/functional_suite/common/ipa_test_functions.sh
index 662553f..0da1255 100644
--- a/suites/ipa/functional_suite/common/ipa_test_functions.sh
+++ b/suites/ipa/functional_suite/common/ipa_test_functions.sh
@@ -3,7 +3,7 @@ THERMAL_ZONE_MAX_ID=0
CDEV_PREFIX=cooling_device
TZ_PREFIX=thermal_zone
TRIP_PREFIX=trip_point
-STATE_DELAY=1
+STATE_DELAY=2
HIGH_TEMP=80000
LOW_TEMP=18000
CDEV_SYSFS_FILES="cur_state max_state power subsystem type uevent"