Skip to content

Commit ee844a4

Browse files
committed
update e2e test clickActionButton wait time
1 parent 494ae85 commit ee844a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/test/e2e/amazonq/featureDev.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ describe('Amazon Q Feature Dev', function () {
5454
async function clickActionButton(filePath: string, actionName: string) {
5555
tab.clickFileActionButton(filePath, actionName)
5656
await tab.waitForEvent(() => !tab.hasAction(filePath, actionName), {
57-
waitIntervalInMs: 250,
58-
waitTimeoutInMs: 2000,
57+
waitIntervalInMs: 500,
58+
waitTimeoutInMs: 600000,
5959
})
6060
}
6161

0 commit comments

Comments
 (0)