From 1b3b26c3af0c009a91bfc27120f8cd5dab64ed80 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Thu, 8 Nov 2018 22:50:04 +0100 Subject: [PATCH] Fix KEvent resource acquision timeout --- mesosphere/include/mesosphere/processes/KEvent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesosphere/include/mesosphere/processes/KEvent.hpp b/mesosphere/include/mesosphere/processes/KEvent.hpp index 1e024e82e..e09bde872 100644 --- a/mesosphere/include/mesosphere/processes/KEvent.hpp +++ b/mesosphere/include/mesosphere/processes/KEvent.hpp @@ -22,7 +22,7 @@ class KEvent final : public: MESOSPHERE_AUTO_OBJECT_TRAITS(AutoObject, Event); MESOSPHERE_CLIENT_SERVER_PARENT_TRAITS(ReadableEvent, WritableEvent); - MESOSPHERE_LIMITED_RESOURCE_TRAITS(1s); + MESOSPHERE_LIMITED_RESOURCE_TRAITS(10s); virtual ~KEvent();