fix(usbboot): increase device reboot delay a little bit (#1815)

Change-Type: patch
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2017-10-27 16:32:20 -04:00 committed by GitHub
parent 9815f9a5a1
commit 8caf03327c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ const USBBOOT_CAPABLE_USB_DEVICES = [
* @type {Number}
* @constant
*/
const DEVICE_REBOOT_DELAY = 5000
const DEVICE_REBOOT_DELAY = 6000
/**
* @summary The initial step of the file server usbboot phase