diff --git a/src/service/components/input.js b/src/service/components/input.js index 49fd65f96..0675af3b0 100644 --- a/src/service/components/input.js +++ b/src/service/components/input.js @@ -10,7 +10,7 @@ import GObject from 'gi://GObject'; import AtspiController from './atspi.js'; -const SESSION_TIMEOUT = 15; +const SESSION_TIMEOUT = 300; const RemoteSession = GObject.registerClass({