diff --git a/packages/modules/Bluetooth/system/gd/stack_manager.cc b/packages/modules/Bluetooth/system/gd/stack_manager.cc index a2afa80522d..d6a1e3f289b 100644 --- a/packages/modules/Bluetooth/system/gd/stack_manager.cc +++ b/packages/modules/Bluetooth/system/gd/stack_manager.cc @@ -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();