We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[go-test].timeout_default
Follow up to #13707. Add these options:
[go-test].timeout_maximum
[go-test].timeouts
These have worked well for Python.
While at it, also add to Shell.
The text was updated successfully, but these errors were encountered:
@Eric-Arellano: Should the Go timeout respect the global [test].timeout_default and [test].timeout_maximum options instead?
[test].timeout_default
[test].timeout_maximum
Sorry, something went wrong.
Ah yeah, this ticket is stale from before that improvement. Good catch
Looks like this already done due to TestTimeoutField.
TestTimeoutField
No branches or pull requests
Follow up to #13707. Add these options:
[go-test].timeout_default
, which you fall back to if the field is not set. Defaults to not being set, meaning no timeouts.[go-test].timeout_maximum
[go-test].timeouts
to toggle the feature entirely. Useful when debugging to disable timeoutsThese have worked well for Python.
While at it, also add to Shell.
The text was updated successfully, but these errors were encountered: