Skip to content

Commit defb921

Browse files
committed
add timeout for flaky test
1 parent 70a2a32 commit defb921

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/test/awsService/appBuilder/walkthrough.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ describe('AppBuilder Walkthrough', function () {
223223
assert.notEqual(await fs.readFileText(vscode.Uri.joinPath(workspaceUri, 'template.yaml')), prevInfo)
224224
})
225225

226-
it.skip('download serverlessland proj', async function () {
226+
it('download serverlessland proj', async function () {
227+
this.timeout(60000)
227228
// When
228229
await genWalkthroughProject('API', workspaceUri, 'python')
229230
// Then template should be overwritten

0 commit comments

Comments
 (0)