Skip to content

feat: make testcontainer tempo startup timeout configurable#71

Merged
tmm merged 2 commits intowevm:mainfrom
brendanjryan:fix/testcontainers-tempo-startup-timeout-clean
Mar 24, 2026
Merged

feat: make testcontainer tempo startup timeout configurable#71
tmm merged 2 commits intowevm:mainfrom
brendanjryan:fix/testcontainers-tempo-startup-timeout-clean

Conversation

@brendanjryan
Copy link
Contributor

@brendanjryan brendanjryan commented Mar 24, 2026

Summary

Adds a startupTimeout parameter to the testcontainers Tempo instance. The default remains 10_000ms.

Also introduces a shared containerOptions module so future container-backed instances can reuse the same option pattern.

Usage

const instance = Instance.tempo({
  startupTimeout: 60_000, // 60s for slow CI environments
})

Adds a startupTimeout parameter to the testcontainers Tempo instance,
backed by a shared containerOptions module for reuse by future
container-backed instances.

The default timeout remains 10_000ms.
@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 24, 2026

Open in StackBlitz

npm i https://pkg.pr.new/prool@71

commit: 4f3f959

@tmm tmm merged commit 474e091 into wevm:main Mar 24, 2026
5 of 6 checks passed
@github-actions github-actions bot mentioned this pull request Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants