Skip to content

Commit c47d073

Browse files
committed
Bump allowable size due to increases in code size
1 parent f137863 commit c47d073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/artifactTests/vsix.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('Vscode VSIX', () => {
1818
vsixFiles.forEach((element) => {
1919
// We're packaging the platform specific Roslyn server with ready to run in the vsix, so the size should be roughly ~50MB
2020
// We also publish the Razor server, which is roughly ~75MB
21-
const sizeInMB = 230;
21+
const sizeInMB = 240;
2222
const maximumVsixSizeInBytes = sizeInMB * 1024 * 1024;
2323

2424
describe(`Given ${element}`, () => {

0 commit comments

Comments
 (0)