Skip to content

Commit 7f789f4

Browse files
committed
more timeout
1 parent ab71c4c commit 7f789f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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 = 10_000) {
12+
async function waitForPrompt(cp, rawAssertion, timeout = 30_000) {
1313
let assertion
1414
if (typeof rawAssertion === 'string') {
1515
assertion = (chunk) => chunk.includes(rawAssertion)

0 commit comments

Comments
 (0)