mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
[Nearby Connections] Extend timeout waiting for StopAllEndpoints to finish.
PiperOrigin-RevId: 479608809
This commit is contained in:
+2
-1
@@ -31,7 +31,8 @@ namespace connections {
|
||||
|
||||
namespace {
|
||||
|
||||
constexpr absl::Duration kWaitForDisconnect = absl::Milliseconds(5000);
|
||||
// Timeout for ServiceControllerRouter to run StopAllEndpoints.
|
||||
constexpr absl::Duration kWaitForDisconnect = absl::Milliseconds(10000);
|
||||
|
||||
// Verify that |service_id| is not empty and will not conflict with any internal
|
||||
// service ID formats.
|
||||
|
||||
Reference in New Issue
Block a user