Skip to content

Commit

Permalink
Merge pull request #8
Browse files Browse the repository at this point in the history
Added warning that waiting can be up to 30 minutes
  • Loading branch information
gfusee authored Mar 13, 2023
2 parents 140c01a + 1c81575 commit b0f055c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/questions/runner/runnerQuestion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class RunnerQuestion extends CLIQuestion {
})
startingNetworkSpinner.succeed('Started network successfully')

const networkReadySpinner = ora('Waiting for network to be ready...').start()
const networkReadySpinner = ora('Waiting for network to be ready... (this may take up to 30 minutes)').start()
await waitForVMQueryToBeReady()
networkReadySpinner.succeed('Network is ready')

Expand Down

0 comments on commit b0f055c

Please sign in to comment.