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

refactor(test): reduce execKarma to a reasonable size #3496

Merged
merged 1 commit into from
May 6, 2020

Conversation

devoto13
Copy link
Collaborator

@devoto13 devoto13 commented May 5, 2020

Finally!

Introduced extra step "I wait until server output contains" instead of hard-coded timeout. It will regularly evaluate a condition until it fulfills. This approach should potentially perform a little bit better than the previous solution.

@karmarunnerbot
Copy link
Member

Build karma 249 completed (commit 14e6e77842 by @devoto13)

@devoto13 devoto13 requested a review from johnjbarton May 5, 2020 22:10
@karmarunnerbot
Copy link
Member

Build karma 248 completed (commit 14e6e77842 by @devoto13)

Copy link
Contributor

@johnjbarton johnjbarton left a comment

Choose a reason for hiding this comment

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

Nice, thanks

test/e2e/step_definitions/utils.js Outdated Show resolved Hide resolved
Finally!

Introduced extra step "I wait until server output contains" instead of hard-coded timeout. It will regularly evaluate a condition until it fulfills. This approach should potentially perform a little bit better than the previous solution.
@karmarunnerbot
Copy link
Member

Build karma 252 completed (commit 44d3071d58 by @devoto13)

@karmarunnerbot
Copy link
Member

Build karma 253 completed (commit d4b80c6c35 by @devoto13)

Copy link
Contributor

@johnjbarton johnjbarton left a comment

Choose a reason for hiding this comment

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

Thanks!

@johnjbarton johnjbarton merged commit f375884 into karma-runner:master May 6, 2020
@devoto13 devoto13 deleted the simple-exec branch May 7, 2020 08:39
@karmarunnerbot
Copy link
Member

🎉 This PR is included in version 5.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

anthony-redFox pushed a commit to anthony-redFox/karma that referenced this pull request May 16, 2023
)

Finally!

Introduced extra step "I wait until server output contains" instead of hard-coded timeout. It will regularly evaluate a condition until it fulfills. This approach should potentially perform a little bit better than the previous solution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants