-
Notifications
You must be signed in to change notification settings - Fork 34
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
Make data test timeout configurable #630
Labels
Enhancement
New feature or request
Comments
Running into this now. Just for google's sake, here's how this manifested for me. Our CI setup had
The actual traceback emitted:
Thanks for the tool. Spectacles is great! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently there is a 5 minute timeout for all client API methods, including running data tests. We have found that a few customers have data tests that take more than 5 minutes. Currently, without forking the code, there is no way around this.
We should aim to make this configurable so that the 5 minute default still applies but that customers can overide it. This should be configurable from the CLI for open-source users and the
validate_data_tests
method for hosted application users.The text was updated successfully, but these errors were encountered: