Skip to content

Conversation

@gagantrivedi
Copy link
Member

  • Changed sleep duration from 1000s (16 minutes) to 10s in both timeout tests
  • Added elapsed time assertions to verify tests complete within 2 seconds
  • Prevents CI jobs from hanging due to background threads sleeping for too long
  • Ensures tests verify that the calling thread returns immediately after timeout

- Changed sleep duration from 1000s (16 minutes) to 10s in both timeout tests
- Added elapsed time assertions to verify tests complete within 2 seconds
- Prevents CI jobs from hanging due to background threads sleeping for too long
- Ensures tests verify that the calling thread returns immediately after timeout
@gagantrivedi gagantrivedi requested a review from a team as a code owner October 31, 2025 06:50
@gagantrivedi gagantrivedi requested review from emyller and removed request for a team October 31, 2025 06:50
@gagantrivedi gagantrivedi linked an issue Oct 31, 2025 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.59%. Comparing base (1f60746) to head (a49da03).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #111      +/-   ##
==========================================
+ Coverage   94.58%   94.59%   +0.01%     
==========================================
  Files          75       75              
  Lines        2437     2443       +6     
==========================================
+ Hits         2305     2311       +6     
  Misses        132      132              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@khvn26 khvn26 merged commit 630e02f into main Nov 3, 2025
4 checks 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.

Tests take 16 minutes in CI

5 participants