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

Slow down Tasty by limiting it to -j1 #261

Merged
merged 1 commit into from
Jul 31, 2020
Merged

Slow down Tasty by limiting it to -j1 #261

merged 1 commit into from
Jul 31, 2020

Conversation

lukel97
Copy link
Collaborator

@lukel97 lukel97 commented Jul 31, 2020

Fixes #252
Turns out Tasty was trying to run every single test in parallel at once, which is why when #243 added two extra tests it was just enough to push it over the limit and cause things to fail

Fixes flakey CI builds. Turns out it was trying to run every single test
in parallel at once, which is why when #247 added two extra tests it was
just enough to push it over the limit and cause things to fail
@lukel97 lukel97 requested review from jneira and fendor July 31, 2020 14:46
@lukel97 lukel97 merged commit bd5e256 into master Jul 31, 2020
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.

CI test fails
3 participants