We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f789f4 commit f48b90bCopy full SHA for f48b90b
scripts/start-release.js
@@ -9,7 +9,7 @@ function getPromptErrorDetails(rawAssertion, mostRecentChunk) {
9
return `Waiting for:\n "${assertion}"\nmost recent chunk was:\n "${mostRecent}"`
10
}
11
12
-async function waitForPrompt(cp, rawAssertion, timeout = 30_000) {
+async function waitForPrompt(cp, rawAssertion, timeout = 120_000) {
13
let assertion
14
if (typeof rawAssertion === 'string') {
15
assertion = (chunk) => chunk.includes(rawAssertion)
0 commit comments