bridge: use a higher timeout of 30 seconds

This commit is contained in:
Simon Fels 2018-05-24 15:23:05 +02:00
commit fafa7363cd

View file

@ -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 {