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

Increase timeout of flaky test #3923

Merged
merged 2 commits into from
May 18, 2023
Merged

Increase timeout of flaky test #3923

merged 2 commits into from
May 18, 2023

Conversation

mattseddon
Copy link
Member

No description provided.

@mattseddon mattseddon self-assigned this May 17, 2023
@mattseddon mattseddon changed the title Increase timeout of flaky tests Increase timeout of flaky test May 17, 2023
@mattseddon mattseddon marked this pull request as ready for review May 17, 2023 22:52
@mattseddon mattseddon requested review from sroy3 and julieg18 as code owners May 17, 2023 22:52
@@ -159,6 +159,6 @@ suite('Config Test Suite', () => {
config.getFocusedProjects(),
'should exclude projects that are outside of the workspace'
).to.equal(undefined)
})
}).timeout(10000)
Copy link
Contributor

Choose a reason for hiding this comment

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

This is fine as a hack, but there are 8 expect calls in that test; maybe breaking it up in multiple tests would help more than increasing the timeout.

@mattseddon mattseddon enabled auto-merge (squash) May 18, 2023 22:08
@codeclimate
Copy link

codeclimate bot commented May 18, 2023

Code Climate has analyzed commit c870a3c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (85% is the threshold).

This pull request will bring the total coverage in the repository to 95.0% (0.0% change).

View more on Code Climate.

@mattseddon mattseddon merged commit 260850a into main May 18, 2023
@mattseddon mattseddon deleted the fix-test branch May 18, 2023 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants