Commit a9a7477
authored
[mgs-updates] Adjust RoT bootloader post-update timeout (#8825)
During the RoT bootloader's post_update stage, we are currently giving
[120
seconds](https://github.com/oxidecomputer/omicron/blob/main/nexus/mgs-updates/src/rot_bootloader_updater.rs#L31)
to [poll the RoT to retrieve
boot_info](https://github.com/oxidecomputer/omicron/blob/main/nexus/mgs-updates/src/rot_bootloader_updater.rs#L191-L203),
and then [resetting the device
again](https://github.com/oxidecomputer/omicron/blob/main/nexus/mgs-updates/src/rot_bootloader_updater.rs#L252).
`post_update_timeout()` should align more closely to that.1 parent d92c778 commit a9a7477
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
675 | | - | |
| 675 | + | |
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
| |||
0 commit comments