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

Add option for setting timeout value #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

edef
Copy link

@edef edef commented Jun 23, 2016

This commit adds a '--timeout ' option by which users can specify the
amount of seconds for the timeout, or 0 to disable it.

This is useful in those cases in which the default value (15 seconds) is
too short or even too long.

Actually the existing '--no-timeout' has been kept for compatibility and
is a shortcut for '--timeout 0'.

This commit adds a '--timeout <N>' option by which users can specify the
amount of seconds for the timeout, or 0 to disable it.

This is useful in those cases in which the default value (15 seconds) is
too short or even too long.

Actually the existing '--no-timeout' has been kept for compatibility and
is a shortcut for '--timeout 0'.
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

1 participant