Skip to content

Commit 65a37b0

Browse files
committed
lower configLink settle default to 50ms
1 parent 035f1e6 commit 65a37b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/e2e/setup/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export async function configLink(
249249
// Short sleep so Ink's useInput hooks attach before we start writing.
250250
// Without this, an Enter press arrives mid-mount and a subsequent render can
251251
// 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))
252+
const settle = (ms = 50) => new Promise<void>((resolve) => setTimeout(resolve, ms))
253253

254254
try {
255255
// The first prompt is either the multi-org selector or — when the account

0 commit comments

Comments
 (0)