diff --git a/.run/Info All.run.xml b/.run/Info All.run.xml
new file mode 100644
index 0000000..3fac8b8
--- /dev/null
+++ b/.run/Info All.run.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.run/Reset GND WDTs.run.xml b/.run/Reset GND WDTs.run.xml
index 27c8273..2a1acc8 100644
--- a/.run/Reset GND WDTs.run.xml
+++ b/.run/Reset GND WDTs.run.xml
@@ -13,7 +13,7 @@
-
+
diff --git a/tmtc/power/power.py b/tmtc/power/power.py
index e646fc3..7391fbc 100644
--- a/tmtc/power/power.py
+++ b/tmtc/power/power.py
@@ -58,6 +58,7 @@ def pack_power_commands(q: DefaultPusQueueHelper, op_code: str):
pack_reset_gnd_wdt_cmd(q, "ACU", oids[ACU_HANDLER_ID])
pack_reset_gnd_wdt_cmd(q, "PDU1", oids[PDU_1_HANDLER_ID])
pack_reset_gnd_wdt_cmd(q, "PDU2", oids[PDU_2_HANDLER_ID])
+ q.add_wait_seconds(5.0)
if q.empty():
LOGGER.info(f"Queue is empty, no stack for op code {op_code}")