Skip to content

Commit 8e3335d

Browse files
sasdfnasahlpa
authored andcommitted
[rescue] Update default rescue enter delay to 15s
The default delay for entering rescue mode was increased from 5s to 15s to provide more time for the operation on CI environment. Change-Id: If7b8de5656f2a90855962199612bff6e2e85fbf7 Signed-off-by: Yi-Hsuan Deng <yhdeng@google.com>
1 parent 43e0397 commit 8e3335d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sw/host/opentitanlib/src/rescue

sw/host/opentitanlib/src/rescue/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub struct RescueParams {
7070
pub uart: UartParams,
7171
#[arg(long)]
7272
pub usb_serial: Option<String>,
73-
#[arg(long, value_parser = humantime::parse_duration, default_value = "5s")]
73+
#[arg(long, value_parser = humantime::parse_duration, default_value = "15s")]
7474
pub enter_delay: Duration,
7575
}
7676

0 commit comments

Comments
 (0)