Skip to content

Commit 865dbea

Browse files
authored
Increase maxTotalExpansions (#519)
1 parent 609bdbc commit 865dbea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/junitxml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ type JunitXml = z.infer<typeof JunitXml>
123123
export const parseJunitXml = (xml: string | Buffer): JunitXml => {
124124
const parser = new XMLParser({
125125
processEntities: {
126-
maxTotalExpansions: 10000,
126+
maxTotalExpansions: 1000000,
127127
},
128128
ignoreAttributes: false,
129129
removeNSPrefix: true,

0 commit comments

Comments
 (0)