Skip to content

Add option for setting timeout value

Peter Hutterer requested to merge github/fork/edef/set-timeout into master

Created by: edef

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'.

Merge request reports