We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93dc087 commit 4f29807Copy full SHA for 4f29807
cli/src/__tests__/e2e/test-cli-utils.ts
@@ -138,7 +138,8 @@ export async function launchAuthenticatedCLI(options: {
138
} else {
139
await originalPress(char as any)
140
}
141
- await sleep(15)
+ // Slightly longer delay improves reliability under load (tuistory can miss very fast keystrokes)
142
+ await sleep(35)
143
144
145
0 commit comments