diff --git a/cypress/e2e/editor.cy.ts b/cypress/e2e/editor.cy.ts
index 6521ce15..df9e2498 100644
--- a/cypress/e2e/editor.cy.ts
+++ b/cypress/e2e/editor.cy.ts
@@ -21,7 +21,7 @@ describe('Editor', () => {
});
it('autocompletes', () => {
- typeCode('', 100);
+ typeCode('', 150);
assertFirstFrameContains('Foo');
assertCodePaneContains('');
});