| Index: device/usb/webusb_descriptors.cc
|
| diff --git a/device/usb/webusb_descriptors.cc b/device/usb/webusb_descriptors.cc
|
| index e2ebc1497ded395e4e88d869467484514c61501f..91f4f33458547eae7e2952ea84034f5bb1ef8f16 100644
|
| --- a/device/usb/webusb_descriptors.cc
|
| +++ b/device/usb/webusb_descriptors.cc
|
| @@ -45,7 +45,7 @@ const uint8_t kWebUsbCapabilityUUID[16] = {
|
| 0x38, 0xB6, 0x08, 0x34, 0xA9, 0x09, 0xA0, 0x47,
|
| 0x8B, 0xFD, 0xA0, 0x76, 0x88, 0x15, 0xB6, 0x65};
|
|
|
| -const int kControlTransferTimeout = 60000; // 1 minute
|
| +const int kControlTransferTimeout = 2000; // 2 seconds
|
|
|
| using ReadWebUsbDescriptorsCallback =
|
| base::Callback<void(std::unique_ptr<WebUsbAllowedOrigins> allowed_origins,
|
|
|