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

#4700 Fix mock test #4706

Merged
merged 3 commits into from
Sep 22, 2022
Merged

#4700 Fix mock test #4706

merged 3 commits into from
Sep 22, 2022

Conversation

ioanmo226
Copy link
Collaborator

This PR fixed passphrase should expire in in_memory_pass_phrase_session_length mock test issue

close #4700 // if this PR closes an issue


Tests (delete all except exactly one):

  • Tests added or updated

To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):

  • addresses the issue it closes (if any)
  • code is readable and understandable
  • is accompanied with tests, or tests are not needed
  • is free of vulnerabilities
  • is documented clearly and usefully, or doesn't need documentation

@@ -97,7 +97,7 @@ export class BackendData {
"flags": [
"FORBID_STORING_PASS_PHRASE",
],
"in_memory_pass_phrase_session_length": 3
"in_memory_pass_phrase_session_length": 10
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Increased session length because when tests run serially in semaphoreci, passphrase might expire(3 seconds length) before getting passphrase.

@ioanmo226 ioanmo226 requested a review from tomholub September 22, 2022 06:14
@tomholub tomholub merged commit 91d74a8 into master Sep 22, 2022
@tomholub tomholub deleted the feature/issue-4700 branch September 22, 2022 07:12
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.

Fix passphrase should expire in in_memory_pass_phrase_session_length mock test issue
2 participants