We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92c778 commit a9a7477Copy full SHA for a9a7477
nexus/mgs-updates/src/driver_update.rs
@@ -672,7 +672,7 @@ fn post_update_timeout(update: &PendingMgsUpdate) -> Duration {
672
PendingMgsUpdateDetails::RotBootloader { .. } => {
673
// Resetting the bootloader requires multiple RoT resets; give this
674
// a longer timeout.
675
- Duration::from_secs(120)
+ Duration::from_secs(180)
676
}
677
PendingMgsUpdateDetails::HostPhase1(..) => {
678
// Resetting a sled takes several minutes (mostly DRAM training);
0 commit comments