More changes related to running on new kiosk.house.
[kiosk.git] / health_renderer.py
index 302e793efda2b5e5ae968a38ffcaa8adab22e1a0..3c4c30c02ce2a0b01e633f6bd759ead3285e57ce 100644 (file)
@@ -2,7 +2,7 @@
 
 import os
 import time
-from typing import Dict
+from typing import Dict, List
 
 import constants
 import file_writer
@@ -52,7 +52,7 @@ class periodic_health_renderer(renderer.debuggable_abstaining_renderer):
                 timestamps + "last_backup_disk_selftest_long": days * 31,
                 timestamps + "last_cabin_disk_selftest_short": days * 14,
                 timestamps + "last_cabin_disk_selftest_long": days * 31,
-                timestamps + "last_cabin_rpi_ping": mins * 10,
+                timestamps + "last_cabin_rpi_ping": mins * 20,
                 timestamps + "last_healthy_wifi": mins * 10,
                 timestamps + "last_healthy_network": mins * 10,
                 timestamps + "last_scott_sync": days * 2,