Skip to content

test(background-refresh): add explicit timeout for massive scaling tests#3944

Merged
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
kanishka-2007-tech:massivescaling
Jun 5, 2026
Merged

test(background-refresh): add explicit timeout for massive scaling tests#3944
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
kanishka-2007-tech:massivescaling

Conversation

@kanishka-2007-tech
Copy link
Copy Markdown
Contributor

@kanishka-2007-tech kanishka-2007-tech commented Jun 5, 2026

Description

  • Added explicit timeout for high-volume scaling tests
  • Prevented CI failures caused by Vitest default 5000ms timeout
  • Preserved existing test coverage and assertions

Testing

  • npm run test services/github/background-refresh.massive-scaling.test.ts
  • All tests passing

Fixes #3698

Pillar

  • 🕐 Pillar 3 — Timezone Logic Optimization
  • 🛠️ Other (Bug fix, refactoring, docs)

Checklist before requesting a review:

  • I have read the CONTRIBUTING.md file.
  • I have tested these changes locally (localhost:3000/api/streak?user=YOUR_USERNAME).
  • I have run npm run format and npm run lint locally and resolved all errors (CI will fail otherwise).
  • My commits follow the Conventional Commits format (e.g., feat(themes): ..., fix(calculate): ...).
  • I have updated README.md if I added a new theme or URL parameter.
  • I have started the repo.
  • I have made sure that i have only one commit to merge in this PR.
  • The SVG output matches the CommitPulse "premium quality" aesthetic standard (no raw elements, smooth animations, correct fonts).
  • (Recommended) I joined the CommitPulse Discord community for contributor discussions, mentorship, and faster PR support.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jun 5, 2026

@kanishka-2007-tech is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Aamod007 Aamod007 added GSSoC 2026 mentor:Aamod007 level:beginner Small changes Usually isolated fixes or simple UI/text updates. quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. labels Jun 5, 2026
@JhaSourav07 JhaSourav07 added the gssoc:approved PR has been reviewed and accepted for valid contribution points label Jun 5, 2026
@github-actions github-actions Bot added this to the GSSoC 2026 milestone Jun 5, 2026
@JhaSourav07 JhaSourav07 merged commit 1d91e69 into JhaSourav07:main Jun 5, 2026
43 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved PR has been reviewed and accepted for valid contribution points GSSoC 2026 level:beginner Small changes Usually isolated fixes or simple UI/text updates. mentor:Aamod007 quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix massive-scaling test timeout in CI

3 participants