We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f60d9 commit ab71c4cCopy full SHA for ab71c4c
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 = 3000) {
+async function waitForPrompt(cp, rawAssertion, timeout = 10_000) {
13
let assertion
14
if (typeof rawAssertion === 'string') {
15
assertion = (chunk) => chunk.includes(rawAssertion)
0 commit comments