Skip to content

Commit 020cc60

Browse files
committed
remove manual timeout and retries
1 parent 14398bc commit 020cc60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ describe.only('generateResourceHandler', function () {
1616
})
1717
for (const _ of Array.from({ length: 1000 }, (i) => i)) {
1818
it('amazon q is not installed', async () => {
19-
this.retries(10)
20-
this.timeout(1000)
2119
const panel = await createTemplate()
2220
const postMessageSpy = sinon.spy(panel.webview, 'postMessage')
2321
const context = await createWebviewContext({

0 commit comments

Comments
 (0)