Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platform-configs/include/default.robot
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ ${FREQUENCY_TEST_MEASURE_INTERVAL}= 1
# Temperature measure test duration
${TEMPERATURE_TEST_DURATION}= 3600
# Interval between the following readings in temperature measure tests
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 1
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 60
# Custom fan curve tests duration in minutes
${CUSTOM_FAN_CURVE_TEST_DURATION}= 30
# Interval between the following readings in custom fan curve tests
Expand Down
1 change: 1 addition & 0 deletions platform-configs/include/novacustom-common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ ${PLATFORM_STABILITY_CHECKING}= ${TRUE}
${CUSTOM_FAN_CURVE_SILENT_MODE_SUPPORT}= ${FALSE}
${CUSTOM_FAN_CURVE_PERFORMANCE_MODE_SUPPORT}= ${FALSE}
${TEMPERATURE_TEST_DURATION}= 3600
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 60
${DISK_IO_PERFORMANCE_TESTS}= ${TRUE}
${CPU_PERFORMANCE_TESTS_SUPPORT}= ${TRUE}
${FAST_AND_QUIET_BOOT_SUPPORT}= ${TRUE}
Expand Down
2 changes: 1 addition & 1 deletion platform-configs/include/protectli-common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ ${FREQUENCY_TEST_MEASURE_INTERVAL}= 1
# Temperature measure test duration
${TEMPERATURE_TEST_DURATION}= 3600
# Interval between the following readings in temperature measure tests
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 1
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 60
# Custom fan curve tests duration in minutes
${CUSTOM_FAN_CURVE_TEST_DURATION}= 2
# Delay between tests to allow the cpu to cool down
Expand Down
2 changes: 1 addition & 1 deletion platform-configs/raptor-cs_talos2.robot
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ ${FREQUENCY_TEST_MEASURE_INTERVAL}= 1
# Temperature measure test duration
${TEMPERATURE_TEST_DURATION}= 3600
# Interval between the following readings in temperature measure tests
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 1
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 60
# Fan control measure tests duration in minutes
# Interval between the following readings in fan control tests
# Custom fan curve tests duration in minutes
Expand Down
2 changes: 1 addition & 1 deletion platform-configs/rpi-3b.robot
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ ${FREQUENCY_TEST_MEASURE_INTERVAL}= 1
# Temperature measure test duration
${TEMPERATURE_TEST_DURATION}= 3600
# Interval between the following readings in temperature measure tests
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 1
${TEMPERATURE_TEST_MEASURE_INTERVAL}= 60
# Fan control measure tests duration in minutes
# Interval between the following readings in fan control tests
# Custom fan curve tests duration in minutes
Expand Down
Loading