diff --git a/esptool.py b/esptool.py index a0c0f1cce..329e5c644 100755 --- a/esptool.py +++ b/esptool.py @@ -43,7 +43,7 @@ CHIP_ERASE_TIMEOUT = 120 # timeout for full chip erase MAX_TIMEOUT = CHIP_ERASE_TIMEOUT * 2 # longest any command can run SYNC_TIMEOUT = 0.1 # timeout for syncing with bootloader -MD5_TIMEOUT_PER_MB = 5 # timeout (per megabyte) for calculating md5sum +MD5_TIMEOUT_PER_MB = 8 # timeout (per megabyte) for calculating md5sum ERASE_REGION_TIMEOUT_PER_MB = 30 # timeout (per megabyte) for erasing a region