From a2efcecdabd28d6e17da75bba220753ad74be13b Mon Sep 17 00:00:00 2001 From: James Sumners Date: Thu, 25 Jul 2024 10:26:27 -0400 Subject: [PATCH] integration tests insane timeout --- package.json | 2 +- third_party_manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index efa71befde..6e766fe798 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "bench": "node ./bin/run-bench.js", "docker-env": "./bin/docker-env-vars.sh", "docs": "rm -rf ./out && jsdoc -c ./jsdoc-conf.jsonc --private -r .", - "integration": "npm run prepare-test && npm run sub-install && time c8 -o ./coverage/integration borp --reporter ./test/lib/test-reporter.mjs 'test/integration/**/*.tap.js'", + "integration": "npm run prepare-test && npm run sub-install && time c8 -o ./coverage/integration borp --timeout 600000 --reporter ./test/lib/test-reporter.mjs 'test/integration/**/*.tap.js'", "integration:esm": "NODE_OPTIONS='--loader=./esm-loader.mjs' time c8 -o ./coverage/integration-esm borp --reporter ./test/lib/test-reporter.mjs 'test/integration/**/*.tap.mjs'", "prepare-test": "npm run ssl && npm run docker-env", "lint": "eslint ./*.{js,mjs} lib test bin examples", diff --git a/third_party_manifest.json b/third_party_manifest.json index 7a7fd875da..84976c6158 100644 --- a/third_party_manifest.json +++ b/third_party_manifest.json @@ -1,5 +1,5 @@ { - "lastUpdated": "Thu Jul 25 2024 10:16:19 GMT-0400 (Eastern Daylight Time)", + "lastUpdated": "Thu Jul 25 2024 10:26:29 GMT-0400 (Eastern Daylight Time)", "projectName": "New Relic Node Agent", "projectUrl": "https://github.com/newrelic/node-newrelic", "includeOptDeps": true,