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

Incrase the time for the short make #3885

Merged
merged 1 commit into from
Jul 2, 2018
Merged

Incrase the time for the short make #3885

merged 1 commit into from
Jul 2, 2018

Conversation

sbrunner
Copy link
Member

No description provided.

@sbrunner sbrunner added this to the 2.3 milestone Jun 29, 2018
@sbrunner sbrunner requested a review from pvalsecc June 29, 2018 14:08
@sbrunner sbrunner merged commit 25d4eff into 2.3 Jul 2, 2018
@sbrunner sbrunner deleted the timeout branch July 2, 2018 07:00
@@ -8,7 +8,7 @@ import os
import subprocess

p = subprocess.Popen(["make"] + sys.argv[1:], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
time.sleep(15)
time.sleep(20)
Copy link
Contributor

Choose a reason for hiding this comment

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

Would be nicer to do p.wait(20) and handle the timeout. That way, you don't sleep for nothing.

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.

2 participants