Skip to content

Commit 69f5fda

Browse files
authored
Merge pull request #3083 from aws/jpinkney-aws/increase-git-buffer
fix(tests): Increase git buffer size so cfn/sam schema can be downloaded
2 parents 58a3bba + 24b0df2 commit 69f5fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/extensions/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ export class GitExtension {
369369

370370
return execFileAsync(api.git.path, ['cat-file', type, hash], {
371371
cwd: tmpDir,
372-
maxBuffer: 1024 * 1024 * 5,
372+
maxBuffer: 1024 * 1024 * 6,
373373
}).then(({ stdout }) => stdout)
374374
},
375375
}))

0 commit comments

Comments
 (0)