Skip to content

Commit 601013e

Browse files
committed
try retry x 10
1 parent 5620428 commit 601013e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"engines": {
77
"npm": "^10.1.0",
8-
"vscode": "^1.88.0"
8+
"vscode": "^1.83.0"
99
},
1010
"exports": {
1111
".": "./dist/src/extension.js",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ 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)
1920
const panel = await createTemplate()
2021
const postMessageSpy = sinon.spy(panel.webview, 'postMessage')
2122
const context = await createWebviewContext({

0 commit comments

Comments
 (0)