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 31c8803 commit 55779dfCopy full SHA for 55779df
nexus/mgs-updates/src/driver_update.rs
@@ -44,7 +44,9 @@ const PROGRESS_POLL_INTERVAL: Duration = Duration::from_secs(10);
44
pub const DEFAULT_RETRY_TIMEOUT: Duration = Duration::from_secs(60);
45
46
/// How long to wait after resetting the device before expecting it to come up
47
-const RESET_TIMEOUT: Duration = Duration::from_secs(60);
+// 120 seconds is chosen as a generous overestimate, based on reports that
48
+// Sidecar SPs have been observed to take as many as 30 seconds to reset.
49
+const RESET_TIMEOUT: Duration = Duration::from_secs(120);
50
51
/// Parameters describing a request to update one SP-managed component
52
///
0 commit comments