Fixed Prime95 test length

This commit is contained in:
2Shirt 2019-11-14 19:16:10 -07:00
parent 45086c90bb
commit fec2473b93
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -386,8 +386,7 @@ def cpu_mprime_test(state, test_objects):
# Show countdown
try:
#print_countdown(seconds=cfg.hw.CPU_TEST_MINUTES*60)
print_countdown(seconds=7)
print_countdown(seconds=cfg.hw.CPU_TEST_MINUTES*60)
except KeyboardInterrupt:
test_obj.set_status('Aborted')
except hw_sensors.ThermalLimitReachedError: