summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/ectool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ectool.c b/util/ectool.c
index 6bbaab900f..f049986bfb 100644
--- a/util/ectool.c
+++ b/util/ectool.c
@@ -940,7 +940,7 @@ int cmd_flash_pd(int argc, char *argv[])
if (rv < 0)
goto pd_flash_error;
- usleep(100000); /* 100ms to reboot and get CC line idle */
+ usleep(3000000); /* 3sec to reboot and get CC line idle */
/* Erase RW flash */
fprintf(stderr, "Erasing RW flash\n");