Skip to content

Commit f48b90b

Browse files
committed
even more
1 parent 7f789f4 commit f48b90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function getPromptErrorDetails(rawAssertion, mostRecentChunk) {
99
return `Waiting for:\n "${assertion}"\nmost recent chunk was:\n "${mostRecent}"`
1010
}
1111

12-
async function waitForPrompt(cp, rawAssertion, timeout = 30_000) {
12+
async function waitForPrompt(cp, rawAssertion, timeout = 120_000) {
1313
let assertion
1414
if (typeof rawAssertion === 'string') {
1515
assertion = (chunk) => chunk.includes(rawAssertion)

0 commit comments

Comments
 (0)