From ae8c9cf33cdd27f3554d3c8e8f293e927ba753c3 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 27 Feb 2024 16:37:13 +0100
Subject: [PATCH] increase timeout

---
 .../devices/base_device_classes/power_hierarchy.py              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangostationcontrol/tangostationcontrol/devices/base_device_classes/power_hierarchy.py b/tangostationcontrol/tangostationcontrol/devices/base_device_classes/power_hierarchy.py
index 8de3c9f59..5dd30f9cf 100644
--- a/tangostationcontrol/tangostationcontrol/devices/base_device_classes/power_hierarchy.py
+++ b/tangostationcontrol/tangostationcontrol/devices/base_device_classes/power_hierarchy.py
@@ -32,7 +32,7 @@ class PowerHierarchyDevice(AbstractHierarchyDevice):
 
     HIBERNATE_TIMEOUT = 60.0
     STANDBY_TIMEOUT = 300.0
-    ON_TIMEOUT = 300.0
+    ON_TIMEOUT = 600.0
 
     def init(
         self,
-- 
GitLab