Fix Terminal State!
Release rolling / release (push) Has been cancelled

This commit is contained in:
Raven Scott
2026-07-16 14:06:57 -04:00
parent 2663464fcb
commit 55421cdecd
3 changed files with 412 additions and 227 deletions
+3
View File
@@ -55,6 +55,9 @@ const METHOD_TIMEOUT_MS = {
removeStack: OP_TIMEOUT_MS,
pruneContainers: OP_TIMEOUT_MS,
systemPrune: OP_TIMEOUT_MS,
// Shell probe may try several candidates (~450ms each) after a prior kill
startTerminal: Math.max(DEFAULT_TIMEOUT_MS, 60000),
killTerminal: DEFAULT_TIMEOUT_MS,
}
/**