Skip to content

Commit 1d97d31

Browse files
committed
test
1 parent cfacd40 commit 1d97d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espflash/src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const ERASE_CHIP_TIMEOUT: Duration = Duration::from_secs(120);
1717
const MEM_END_TIMEOUT: Duration = Duration::from_millis(50);
1818
const SYNC_TIMEOUT: Duration = Duration::from_millis(100);
1919
const FLASH_DEFLATE_END_TIMEOUT: Duration = Duration::from_secs(10);
20-
const FLASH_MD5_TIMEOUT: Duration = Duration::from_secs(8);
20+
const FLASH_MD5_TIMEOUT: Duration = Duration::from_secs(20);
2121

2222
/// Input data for SYNC command (36 bytes: 0x07 0x07 0x12 0x20, followed by
2323
/// 32 x 0x55)

0 commit comments

Comments
 (0)