提交 506998cf 编写于 作者: S Simon Fels

Raise timeout for app installation dbus calls

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