Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto/keys: Reduce bcrypt parameter in tests #1937

Merged
merged 1 commit into from
Aug 8, 2018

Conversation

ValarDragon
Copy link
Contributor

Currently the crypto/keys tests take 2 minutes in circle CI.
A significant portion of this time is due to the bcrypt security
parameter. Changing it for these tests should reduce the time significantly.

  • Added entries in PENDING.md that include links to the relevant issue or PR that most accurately describes the change. - not user facing

For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

Currently the crypto/keys tests take 2 minutes in circle CI.
A significant portion of this time is due to the bcrypt security
parameter. Changing it for these tests should reduce the time significantly.
@codecov
Copy link

codecov bot commented Aug 8, 2018

Codecov Report

Merging #1937 into develop will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #1937   +/-   ##
========================================
  Coverage    64.71%   64.71%           
========================================
  Files          114      114           
  Lines         6782     6782           
========================================
  Hits          4389     4389           
  Misses        2114     2114           
  Partials       279      279

Copy link
Contributor

@cwgoes cwgoes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK, danke!

@cwgoes cwgoes merged commit 45a010b into develop Aug 8, 2018
@cwgoes cwgoes deleted the dev/reduce_test_length2 branch August 8, 2018 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants