bridge: use a higher timeout of 30 seconds
This commit is contained in:
parent
1eeeea111e
commit
fafa7363cd
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
namespace fs = boost::filesystem;
|
||||
|
||||
namespace {
|
||||
constexpr const std::chrono::milliseconds default_rpc_call_timeout{5000};
|
||||
constexpr const std::chrono::milliseconds default_rpc_call_timeout{30000};
|
||||
} // namespace
|
||||
|
||||
namespace anbox {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue