diff --git a/scripts/start-release.js b/scripts/start-release.js index fe669c3134024..0331c65e18e4f 100644 --- a/scripts/start-release.js +++ b/scripts/start-release.js @@ -9,7 +9,7 @@ function getPromptErrorDetails(rawAssertion, mostRecentChunk) { return `Waiting for:\n "${assertion}"\nmost recent chunk was:\n "${mostRecent}"` } -async function waitForPrompt(cp, rawAssertion, timeout = 10_000) { +async function waitForPrompt(cp, rawAssertion, timeout = 30_000) { let assertion if (typeof rawAssertion === 'string') { assertion = (chunk) => chunk.includes(rawAssertion)