From 8caf03327cbd171fb3e6ffc6817e52e2e9746929 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 27 Oct 2017 16:32:20 -0400 Subject: [PATCH] fix(usbboot): increase device reboot delay a little bit (#1815) Change-Type: patch Signed-off-by: Juan Cruz Viotti --- lib/shared/sdk/usbboot/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shared/sdk/usbboot/index.js b/lib/shared/sdk/usbboot/index.js index cd55b0b2..cfc626de 100644 --- a/lib/shared/sdk/usbboot/index.js +++ b/lib/shared/sdk/usbboot/index.js @@ -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