Bluetooth: extend StackManager startup timeout to 6s

Signed-off-by: hmz007 <hmz007@gmail.com>
master
hmz007 10 months ago
parent 5409adf782
commit 83bfb99fd6

@ -45,7 +45,7 @@ void StackManager::StartUp(ModuleList* modules, Thread* stack_thread) {
handler_->Post(common::BindOnce(&StackManager::handle_start_up, common::Unretained(this), modules, stack_thread,
std::move(promise)));
auto init_status = future.wait_for(std::chrono::seconds(3));
auto init_status = future.wait_for(std::chrono::seconds(6));
WakelockManager::Get().Release();

Loading…
Cancel
Save