feat: updated the idle close timeout to 8 hours
Build and Publish / test (push) Successful in 2m24s
Build and Publish / build (push) Successful in 17s
Build and Publish / Build and Deploy Docs (push) Failing after 11m46s

This commit is contained in:
appleb_m
2026-07-14 10:05:59 +02:00
parent e6b759e6e2
commit 99ec01c34c
+1 -1
View File
@@ -2493,6 +2493,6 @@ class MainWindow(QMainWindow):
"Idle timeout reached, but GUI remains open because beamline is busy or automation is active."
)
return
#TODO deny communication from GUI to DAQ while IDLE for too long rather than kill the GUI
logger.warning("Closing GUI after inactivity timeout.")
self.close()