Skip to content

fix(e2e): raise live-ui-payment card-entry timeout to 240s (was hard-timeout)#205

Merged
mastermanas805 merged 1 commit into
mainfrom
fix/live-ui-payment-test-timeout
Jun 7, 2026
Merged

fix(e2e): raise live-ui-payment card-entry timeout to 240s (was hard-timeout)#205
mastermanas805 merged 1 commit into
mainfrom
fix/live-ui-payment-test-timeout

Conversation

@mastermanas805

Copy link
Copy Markdown
Member

The e2e-prod run failed with Test timeout of 120000ms exceeded on the full card-entry leg: the multi-step Razorpay subscription drive + the up-to-90s tier poll exceeds Playwright's 120s default and hard-times-out before the resilient soft-skip/assert can run. test.setTimeout(240_000) lets the happy path complete (assert Pro) or the soft-skip fire cleanly — so e2e-prod is green either way. Contract leg + api webhook-injection test unchanged.

🤖 Generated with Claude Code

The full flow (Razorpay subscription page → checkout iframe → card → RBI mandate
modal → 3DS/OTP) + the up-to-90s tier poll exceeds Playwright's 120s default and
HARD-times-out before the resilient soft-skip/assert can run — so the e2e-prod
suite went red on a timeout instead of either asserting Pro or soft-skipping.
test.setTimeout(240_000) gives the happy path room to complete and lets the
soft-skip paths execute. (Contract leg + backend webhook-injection test unchanged.)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown

size-limit report 📦

Path Size
dist/assets/index-CgN1XV4b.js 161.99 KB (0%)
dist/assets/index-BsJUZYRr.css 6.13 KB (0%)

@mastermanas805 mastermanas805 merged commit 6ce63a3 into main Jun 7, 2026
19 checks passed
@mastermanas805 mastermanas805 deleted the fix/live-ui-payment-test-timeout branch June 7, 2026 07:46
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