Skip to content

Commit 3fac216

Browse files
committed
fixup
1 parent 330ff09 commit 3fac216

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/amazonq/test/e2e/inline/inline.test.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,11 @@ describe('Amazon Q Inline', async function () {
9191
* Allow some time between when the editor is opened and when we start typing.
9292
* If we don't do this then the time between the initial editor selection
9393
* and invoking the "type" command is too low, causing completion to never
94-
* activate. AFAICT there isn't anything we can use waitUntil on here
94+
* activate. AFAICT there isn't anything we can use waitUntil on here.
95+
*
96+
* note: this number is entirely arbitrary
9597
**/
96-
await sleep(1000)
98+
await sleep(2000)
9799

98100
await invokeCompletion()
99101
originalEditorContents = vscode.window.activeTextEditor?.document.getText()

0 commit comments

Comments
 (0)