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

test(search-indexes): increase timeout COMPASS-7303 #4959

Merged
merged 8 commits into from
Oct 12, 2023

Conversation

mabaasit
Copy link
Contributor

@mabaasit mabaasit commented Oct 6, 2023

Description

Checklist

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

@@ -228,6 +235,8 @@ describe('Search Indexes', function () {

for (const { name, connectionString } of connectionsWithSearchSupport) {
context(`supports search indexes in ${name}`, function () {
// Set the mocha timeout to 6mins to accomodate the 4mins wait timeout
this.timeout(360_000);
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: You're hardcoding this one but have the other one as a variable at the top. Would probably make sense to have them both as vars at the top then you can explain it all in one comment.

@mabaasit mabaasit merged commit 80ce9c1 into main Oct 12, 2023
5 checks passed
@mabaasit mabaasit deleted the COMPASS-7303-increase-timeout branch October 12, 2023 07:15
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.

3 participants