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

CI Improvements #407

Merged
merged 4 commits into from
Mar 28, 2020
Merged

CI Improvements #407

merged 4 commits into from
Mar 28, 2020

Conversation

thedrow
Copy link
Contributor

@thedrow thedrow commented Mar 25, 2020

I got tired of the tests being slow so I installed xdist.
On my machine with 8 cores it cuts down the runtime from 30 seconds to 11 seconds.

On Travis it should cut the tests runtime to ~20 seconds.

@coveralls
Copy link

coveralls commented Mar 25, 2020

Coverage Status

Coverage remained the same at 98.523% when pulling 65e90ad on thedrow:xdist into 070b450 on pytransitions:master.

@aleneum
Copy link
Member

aleneum commented Mar 26, 2020

The most time consuming factor is testing threading. I tried to reduce waiting/sleeping times in the past but depending on the used hardware, tests behaved quite shaky. I will have a look at xdist.

@aleneum aleneum changed the base branch from master to next-release March 28, 2020 16:06
@aleneum aleneum merged commit ac09f68 into pytransitions:next-release Mar 28, 2020
@thedrow thedrow deleted the xdist branch March 29, 2020 06:37
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.

None yet

3 participants