diff --git a/test/standalone/test-index.js b/test/standalone/test-index.js index eaa9b65bf..b799a1bb0 100644 --- a/test/standalone/test-index.js +++ b/test/standalone/test-index.js @@ -200,7 +200,7 @@ describe('index.js', function() { var span = matchingSpans[0].spans[1]; var duration = Date.parse(span.endTime) - Date.parse(span.startTime); assert(duration > 190); - assert(duration < 210); + assert(duration < 250); assert.equal(span.labels.key, 'val'); agent.stop(); done();