Skip to content

Commit

Permalink
Add time to tracewriter timeout test to reduce flake (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewloring authored Jul 6, 2016
1 parent c699820 commit 7d536ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/standalone/test-trace-writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('tracewriter publishing', function() {
agent.stop();
scope.done();
done();
}, 20);
}, 80);
});
});

Expand Down

0 comments on commit 7d536ba

Please sign in to comment.