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

default timeout in prompts causing OverFlowError on windows #884

Open
wallacbe opened this issue May 21, 2019 · 1 comment
Open

default timeout in prompts causing OverFlowError on windows #884

wallacbe opened this issue May 21, 2019 · 1 comment

Comments

@wallacbe
Copy link
Collaborator

with self._cond:
  if self._prompt:
    if timeout_s is None:
      self._cond.wait(3600 * 24 * 365)
@arsharma1
Copy link
Collaborator

Check out threading.TIMEOUT_MAX on the platform. The wait may be too long.

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

No branches or pull requests

2 participants