Skip to content

feat(deployment): make deploy() timeout configurable#46

Merged
subhashkhileri merged 1 commit intoredhat-developer:mainfrom
subhashkhileri:deployment-timeout
Mar 4, 2026
Merged

feat(deployment): make deploy() timeout configurable#46
subhashkhileri merged 1 commit intoredhat-developer:mainfrom
subhashkhileri:deployment-timeout

Conversation

@subhashkhileri
Copy link
Copy Markdown
Member

@subhashkhileri subhashkhileri commented Mar 4, 2026

JIRA : https://issues.redhat.com/browse/RHDHBUGS-2761

Summary

  • deploy() now accepts an optional { timeout } parameter to control the Playwright test timeout during deployment
    • Default 600_000 (600s) — backward compatible
    • Custom number to override (e.g., 900_000 for 15 min)
    • 0 for no timeout (infinite)
    • null to skip test.setTimeout entirely and let the consumer control the timeout
  • Updated docs: API reference, deployment guide, changelog, version refs, and tsc:check script in code snippets
  • Bumped package version to 1.1.12

@subhashkhileri subhashkhileri merged commit 7c34cb8 into redhat-developer:main Mar 4, 2026
1 check passed
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.

1 participant