diff --git a/vendor/tinygo.org/x/bluetooth/gattc_linux.go b/vendor/tinygo.org/x/bluetooth/gattc_linux.go index f96a210..5591955 100644 --- a/vendor/tinygo.org/x/bluetooth/gattc_linux.go +++ b/vendor/tinygo.org/x/bluetooth/gattc_linux.go @@ -48,7 +48,7 @@ func (d *Device) DiscoverServices(uuids []UUID) ([]DeviceService, error) { break } // This is a terrible hack, but I couldn't find another way. - time.Sleep(30 * time.Millisecond) + time.Sleep(40 * time.Millisecond) } services := []DeviceService{}