Skip to content

fix(test): increase timeout for network-dependent purlExists tests#15

Merged
jdalton merged 2 commits intomainfrom
fix/test-timeout
Mar 30, 2026
Merged

fix(test): increase timeout for network-dependent purlExists tests#15
jdalton merged 2 commits intomainfrom
fix/test-timeout

Conversation

@jdalton
Copy link
Copy Markdown
Collaborator

@jdalton jdalton commented Mar 30, 2026

Summary

  • The should dispatch conda type test makes a real HTTP request to anaconda.org which timed out on CI at the default 10s vitest limit, failing the v1.4.0 publish workflow
  • Increase timeout to 30s for both conda and docker purlExists network tests

Test plan

  • pnpm test passes locally
  • CI should pass with the increased timeout

jdalton added 2 commits March 30, 2026 13:26
The conda and docker purlExists tests make real HTTP requests to external
registries. The conda test was timing out on CI at the default 10s limit.
Increase timeout to 30s for both network-calling tests.
@jdalton jdalton merged commit 2359689 into main Mar 30, 2026
9 checks passed
@jdalton jdalton deleted the fix/test-timeout branch March 30, 2026 17:32
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.

1 participant