Raise timeout for app installation dbus calls
This commit is contained in:
parent
cfbfa78004
commit
506998cfba
1 changed files with 1 additions and 1 deletions
|
|
@ -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"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue