Skip to content

Commit

Permalink
chore: up timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Aug 20, 2023
1 parent 1c566a7 commit dfe5247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -56,7 +56,7 @@ Object.entries(config).forEach(entry => {
console.log(file)
return runner({
file,
timeout: 3500,
timeout: 5000,
args: ['disable-web-security']
})
})
Expand Down
2 changes: 1 addition & 1 deletion packages/less/test/browser/generator/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = (stylesheets, helpers, spec, less) => {
expect = chai.expect
mocha.setup({
ui: 'bdd',
timeout: 2500
timeout: 5000
});
</script>
<script src="common.js"></script>
Expand Down

0 comments on commit dfe5247

Please sign in to comment.