-
Notifications
You must be signed in to change notification settings - Fork 281
Timeout issue on sample #187
Copy link
Copy link
Open
Description
Summary
When specifying a custom configuration, I have a sample that does not timeout properly.
Description
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)Additional Details
- speakeasy version is build from main branch
- Python 3.8.10
I can provide a copy of the sample 8c6477d2457a28f715a34e9501d2bf06a17518adefb65910fd644543d91f472f if needed.
The timeout will work properly on other samples.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels