Skip to content

Commit

Permalink
Increase time bound for appveyor slowdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Loring committed Jun 14, 2016
1 parent 8155cc9 commit 370f19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/standalone/test-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 370f19c

Please sign in to comment.