Skip to content

Conversation

@marco-c
Copy link
Collaborator

@marco-c marco-c commented Oct 31, 2025

Fixes #5393

@marco-c
Copy link
Collaborator Author

marco-c commented Oct 31, 2025

This is a bit painful on the mocks

@marco-c marco-c marked this pull request as draft October 31, 2025 17:32
Copy link
Member

@cgsheeh cgsheeh left a comment

Choose a reason for hiding this comment

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

LGTM.

p.terminate()
p.wait()
raise
p = subprocess.Popen(cmd, cwd=repo_dir)
Copy link
Member

Choose a reason for hiding this comment

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

Maybe this is a good time to switch to subprocess.run(cmd, cwd=repo_dir, timeout=180...?

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.

Use robustcheckout to pull

2 participants