Skip to content

Commit

Permalink
fix: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Nov 26, 2024
1 parent 6a3bd3c commit 14f3c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/less/test/browser/generator/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Object.entries(config).forEach(entry => {
return runner({
file,
timeout: 3500,
args: ['disable-web-security', 'no-sandbox'],
args: ['disable-web-security', 'no-sandbox', 'disable-setuid-sandbox'],
})
})
})
Expand Down

0 comments on commit 14f3c77

Please sign in to comment.