We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035f1e6 commit 65a37b0Copy full SHA for 65a37b0
1 file changed
packages/e2e/setup/app.ts
@@ -249,7 +249,7 @@ export async function configLink(
249
// Short sleep so Ink's useInput hooks attach before we start writing.
250
// Without this, an Enter press arrives mid-mount and a subsequent render can
251
// flip the prompt state unexpectedly (e.g. turning a select into search mode).
252
- const settle = (ms = 150) => new Promise<void>((resolve) => setTimeout(resolve, ms))
+ const settle = (ms = 50) => new Promise<void>((resolve) => setTimeout(resolve, ms))
253
254
try {
255
// The first prompt is either the multi-org selector or — when the account
0 commit comments