mandiant / mandiant/speakeasy

Timeout issue on sample

Open
#187 1 comment 0 reactions 1 assignee View on GitHub

@williballenthin is already working on this.

Since Mar 9, 2026.

Dominant language
Python
Stars
2.1k
Forks
289
Avg merge
20h 1m
Merged PRs (30d)
6

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.