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
When specifying a custom configuration, I have a sample that does not timeout properly.
To reproduce (adjust relative paths as needed)
>>> from speakeasy import Speakeasy >>> import json >>> with open('speakeasy/speakeasy/configs/default.json','r') as fp: ... cfg = json.load(fp) >>> cfg.update({'timeout': 30}) >>> se = Speakeasy(config=cfg) >>> module = se.load_module('8c6477d2457a28f715a34e9501d2bf06a17518adefb65910fd644543d91f472f') >>> se.run_module(module, all_entrypoints=True)
I can provide a copy of the sample 8c6477d2457a28f715a34e9501d2bf06a17518adefb65910fd644543d91f472f if needed.
8c6477d2457a28f715a34e9501d2bf06a17518adefb65910fd644543d91f472f
The timeout will work properly on other samples.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
When specifying a custom configuration, I have a sample that does not timeout properly.
Description
To reproduce (adjust relative paths as needed)
Additional Details
I can provide a copy of the sample
8c6477d2457a28f715a34e9501d2bf06a17518adefb65910fd644543d91f472f
if needed.The timeout will work properly on other samples.
The text was updated successfully, but these errors were encountered: