mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
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:
parent
9815f9a5a1
commit
8caf03327c
@ -124,7 +124,7 @@ const USBBOOT_CAPABLE_USB_DEVICES = [
|
|||||||
* @type {Number}
|
* @type {Number}
|
||||||
* @constant
|
* @constant
|
||||||
*/
|
*/
|
||||||
const DEVICE_REBOOT_DELAY = 5000
|
const DEVICE_REBOOT_DELAY = 6000
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @summary The initial step of the file server usbboot phase
|
* @summary The initial step of the file server usbboot phase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user