Skip to content

Commit ab71c4c

Browse files
committed
update timeout
1 parent 75f60d9 commit ab71c4c

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

0 commit comments

Comments
 (0)