Skip to content

Commit

Permalink
Nr 166791/elastic versioned tests failing (#2)
Browse files Browse the repository at this point in the history
* chore: updated dev dep get-func-name to fix CVE (newrelic#1790)

* fix: Adjusting elastic versioned test timeout

Signed-off-by: mrickard <maurice@mauricerickard.com>

---------

Signed-off-by: mrickard <maurice@mauricerickard.com>
Co-authored-by: Bob Evans <revans@newrelic.com>
  • Loading branch information
mrickard and bizob2828 committed Oct 3, 2023
1 parent 6ffe2f6 commit 0fb9046
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/versioned/elastic/elasticsearch.tap.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const helper = require('../../lib/agent_helper')
const params = require('../../lib/params')
const urltils = require('../../../lib/util/urltils')

test('Elasticsearch instrumentation', { timeout: 20000 }, (t) => {
test('Elasticsearch instrumentation', { timeout: 60000 }, (t) => {
t.autoend()

let METRIC_HOST_NAME = null
Expand Down

0 comments on commit 0fb9046

Please sign in to comment.