diff --git a/docs/fastboot.js.html b/docs/fastboot.js.html index 95dc86e..a0d1aee 100644 --- a/docs/fastboot.js.html +++ b/docs/fastboot.js.html @@ -100,7 +100,7 @@

fastboot.js

// max download size even if the bootloader can accept more data. const MAX_DOWNLOAD_SIZE = 1024 * 1024 * 1024; // 1 GiB -const GETVAR_TIMEOUT = 2500; // ms +const GETVAR_TIMEOUT = 10000; // ms /** * Exception class for USB errors not directly thrown by WebUSB.