Skip to content

Commit

Permalink
increase timeout for next test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Jun 21, 2024
1 parent 9b771e9 commit e82897e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datadog-plugin-next/test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Plugin', function () {
})

before(function (done) {
this.timeout(40000)
this.timeout(120000)
const cwd = standalone
? path.join(__dirname, '.next/standalone')
: __dirname
Expand Down

0 comments on commit e82897e

Please sign in to comment.