[PR #8209] [MERGED] fix(stripe): increase test timeout to fix CI flaky failures #7820

Closed
opened 2026-03-13 13:50:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8209
Author: @himself65
Created: 2/28/2026
Status: Merged
Merged: 2/28/2026
Merged by: @himself65

Base: canaryHead: fix/stripe-ci-flaky-timeout


📝 Commits (1)

  • 23daa93 fix(stripe): increase test timeout to fix CI flaky failures

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 packages/stripe/vitest.config.ts (+1 -0)

📄 Description

Summary

  • Bumps testTimeout in packages/stripe/vitest.config.ts from the default 5000ms to 10000ms
  • The seat-based-billing.test.ts "should sync seat quantity when a member accepts an invitation" test times out intermittently in CI due to resource contention
  • Same class of fix as the recent SCIM test timeout fix (#8208)

Test plan

  • All 137 stripe tests pass locally (pnpm vitest packages/stripe/test/ --run)
  • pnpm typecheck passes
  • pnpm lint passes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/8209 **Author:** [@himself65](https://github.com/himself65) **Created:** 2/28/2026 **Status:** ✅ Merged **Merged:** 2/28/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `fix/stripe-ci-flaky-timeout` --- ### 📝 Commits (1) - [`23daa93`](https://github.com/better-auth/better-auth/commit/23daa93c5b9a3dc3c21fbcd7b45d55a80481c82b) fix(stripe): increase test timeout to fix CI flaky failures ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/stripe/vitest.config.ts` (+1 -0) </details> ### 📄 Description ## Summary - Bumps `testTimeout` in `packages/stripe/vitest.config.ts` from the default 5000ms to 10000ms - The `seat-based-billing.test.ts` "should sync seat quantity when a member accepts an invitation" test times out intermittently in CI due to resource contention - Same class of fix as the recent SCIM test timeout fix (#8208) ## Test plan - [x] All 137 stripe tests pass locally (`pnpm vitest packages/stripe/test/ --run`) - [x] `pnpm typecheck` passes - [x] `pnpm lint` passes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 13:50:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#7820