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

fixed test timeouts #1725

Merged
merged 1 commit into from Aug 18, 2015
Merged

fixed test timeouts #1725

merged 1 commit into from Aug 18, 2015

Conversation

Finomnis
Copy link
Contributor

This minor fix should prevent timeouts that can currently be seen in the buildbot.
Python happens to hang if .terminate() gets called on popen processes that already terminated.
Therefore, it needs to be avoided that a crash causes .terminate() to get called on the crashed process.

The other fix is just a minor export fix that caused issues on dependend projects.

@hkaiser hkaiser added this to the 0.9.11 milestone Aug 18, 2015
hkaiser added a commit that referenced this pull request Aug 18, 2015
@hkaiser hkaiser merged commit 66b364d into master Aug 18, 2015
@hkaiser hkaiser deleted the fixing_timeouts branch August 18, 2015 16:44
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.

None yet

2 participants