We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428fb4e commit 4c27a67Copy full SHA for 4c27a67
packages/amazonq/test/e2e_new/amazonq/utils/authUtils.ts
@@ -18,7 +18,7 @@ TO-DO: Currently this signInToAmazonQ is not fully autonomous as we ran into a b
18
export async function signInToAmazonQ(): Promise<void> {
19
const workbench = new Workbench()
20
await workbench.executeCommand('Amazon Q: Open Chat')
21
- await sleep(5000)
+ await sleep(8000)
22
let webviewView = new WebviewView()
23
await webviewView.switchToFrame()
24
0 commit comments