Skip to content

Commit 4f29807

Browse files
committed
Increase tuistory typing delay for CLI e2e stability
1 parent 93dc087 commit 4f29807

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/src/__tests__/e2e/test-cli-utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ export async function launchAuthenticatedCLI(options: {
138138
} else {
139139
await originalPress(char as any)
140140
}
141-
await sleep(15)
141+
// Slightly longer delay improves reliability under load (tuistory can miss very fast keystrokes)
142+
await sleep(35)
142143
}
143144
}
144145

0 commit comments

Comments
 (0)