Skip to content

test(azure): remove unnecessary 6s timeout from image generation test#13489

Merged
gr2m merged 1 commit intomainfrom
gr2m/revert-azure-test-timeout
Mar 16, 2026
Merged

test(azure): remove unnecessary 6s timeout from image generation test#13489
gr2m merged 1 commit intomainfrom
gr2m/revert-azure-test-timeout

Conversation

@gr2m
Copy link
Copy Markdown
Collaborator

@gr2m gr2m commented Mar 16, 2026

Background

PR #13483 added a 6s timeout to the should stream image generation tool results include test because the large fixture (6.9MB of base64 image data) caused it to exceed the default 5s timeout in CI.

PR #13486 fixed the root cause by replacing the large image with a minimal 1x1 pixel PNG, reducing the fixture from 6.9MB to 12.6KB. The test now runs in ~2ms locally, so the extended timeout is no longer needed.

Summary

Reverts #13483 to remove the 6s timeout and restore the original test structure.

Checklist

  • Tests have been added / updated (for bug fixes / features)
  • Documentation has been added / updated (for bug fixes / features)
  • A patch changeset for relevant packages has been added (for bug fixes / features - run pnpm changeset in the project root)
  • I have reviewed this pull request (self-review)

Related Issues

@tigent tigent bot added ai/provider related to a provider package. Must be assigned together with at least one `provider/*` label maintenance CI, internal documentation, automations, etc provider/azure Issues related to the @ai-sdk/azure provider labels Mar 16, 2026
@gr2m gr2m enabled auto-merge (squash) March 16, 2026 18:37
@gr2m gr2m merged commit aa6a4c3 into main Mar 16, 2026
25 checks passed
@gr2m gr2m deleted the gr2m/revert-azure-test-timeout branch March 16, 2026 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai/provider related to a provider package. Must be assigned together with at least one `provider/*` label maintenance CI, internal documentation, automations, etc provider/azure Issues related to the @ai-sdk/azure provider

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants