Skip to content

Commit 2bf71c9

Browse files
committed
test(amazonq): increase test timeout for waiting for chat tab to load
1 parent dd86be3 commit 2bf71c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/test/e2e/amazonq/chat.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('Amazon Q Chat', function () {
4949
},
5050
{
5151
interval: 50,
52-
timeout: 2000,
52+
timeout: 5000,
5353
}
5454
)
5555
if (!ok) {

0 commit comments

Comments
 (0)