Commit 6ce63a3
fix(e2e): raise live-ui-payment card-entry test timeout to 240s (#205)
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 <noreply@anthropic.com>1 parent feca2ba commit 6ce63a3
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
182 | 189 | | |
183 | 190 | | |
184 | 191 | | |
| |||
0 commit comments