Fixed Prime95 test length
This commit is contained in:
parent
45086c90bb
commit
fec2473b93
1 changed files with 1 additions and 2 deletions
|
|
@ -386,8 +386,7 @@ def cpu_mprime_test(state, test_objects):
|
||||||
|
|
||||||
# Show countdown
|
# Show countdown
|
||||||
try:
|
try:
|
||||||
#print_countdown(seconds=cfg.hw.CPU_TEST_MINUTES*60)
|
print_countdown(seconds=cfg.hw.CPU_TEST_MINUTES*60)
|
||||||
print_countdown(seconds=7)
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
test_obj.set_status('Aborted')
|
test_obj.set_status('Aborted')
|
||||||
except hw_sensors.ThermalLimitReachedError:
|
except hw_sensors.ThermalLimitReachedError:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue