Skip to content

Commit

Permalink
even more
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Feb 29, 2024
1 parent 7f789f4 commit f48b90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-release.js
Expand Up @@ -9,7 +9,7 @@ function getPromptErrorDetails(rawAssertion, mostRecentChunk) {
return `Waiting for:\n "${assertion}"\nmost recent chunk was:\n "${mostRecent}"`
}

async function waitForPrompt(cp, rawAssertion, timeout = 30_000) {
async function waitForPrompt(cp, rawAssertion, timeout = 120_000) {
let assertion
if (typeof rawAssertion === 'string') {
assertion = (chunk) => chunk.includes(rawAssertion)
Expand Down

1 comment on commit f48b90b

@AkmaludinFitra
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on committed

Please sign in to comment.