提交 f76c0394 编写于 作者: S Simon Fels

dbus: use a larger timeout for launch API calls

上级 e9cd1b7b
......@@ -39,7 +39,7 @@ struct ApplicationManager {
typedef anbox::dbus::interface::ApplicationManager Interface;
typedef void ResultType;
static inline std::chrono::milliseconds default_timeout() {
return std::chrono::seconds{1};
return std::chrono::seconds{60};
}
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册