Skip to content

test: raise timeout for presigned URL fetches in integration tests#757

Open
vdusek wants to merge 1 commit intomasterfrom
test/raise-timeout-for-presigned-url-fetch
Open

test: raise timeout for presigned URL fetches in integration tests#757
vdusek wants to merge 1 commit intomasterfrom
test/raise-timeout-for-presigned-url-fetch

Conversation

@vdusek
Copy link
Copy Markdown
Contributor

@vdusek vdusek commented Apr 23, 2026

Summary

The 5s HTTP timeout on presigned-URL fetches in integration tests was too tight for the external Apify platform and occasionally tripped, causing flaky failures (e.g. this job run). Bumped the timeout to 30s in all four affected tests (test_dataset.py, test_key_value_store.py) to absorb transient slowness while still failing fast on a truly broken endpoint.

🤖 Generated with Claude Code

The 5s HTTP timeout was too tight for presigned-URL fetches against the
Apify platform and occasionally tripped, causing flaky failures. Bump to
30s to absorb transient slowness while still failing fast on real issues.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Apr 23, 2026
@vdusek vdusek self-assigned this Apr 23, 2026
@vdusek vdusek requested a review from Pijukatel April 23, 2026 11:31
@github-actions github-actions Bot added this to the 139th sprint - Tooling team milestone Apr 23, 2026
@github-actions github-actions Bot added the tested Temporary label used only programatically for some analytics. label Apr 23, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.67%. Comparing base (fd0663e) to head (119d0ee).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #757      +/-   ##
==========================================
- Coverage   95.89%   95.67%   -0.22%     
==========================================
  Files          45       45              
  Lines        5115     5115              
==========================================
- Hits         4905     4894      -11     
- Misses        210      221      +11     
Flag Coverage Δ
integration 95.67% <ø> (-0.22%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants