Skip to content

Commit cd5c567

Browse files
committed
run even more times
1 parent 47306c3 commit cd5c567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/applicationcomposer/messageHandlers/generateResourceHandler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe.only('generateResourceHandler', function () {
1515
afterEach(() => {
1616
sinon.restore()
1717
})
18-
for (const _ of Array.from({ length: 100 }, (i) => i)) {
18+
for (const _ of Array.from({ length: 1000 }, (i) => i)) {
1919
it('amazon q is not installed', async () => {
2020
sinon.stub(extApi, 'getAmazonqApi')
2121
const panel = await createTemplate()

0 commit comments

Comments
 (0)