Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Adjust timeout on Undici tests #154

Merged
merged 1 commit into from
Oct 15, 2024
Merged

ci: Adjust timeout on Undici tests #154

merged 1 commit into from
Oct 15, 2024

Conversation

JoshMock
Copy link
Member

@JoshMock JoshMock commented Oct 14, 2024

Undici timer refactor in nodejs/undici#3495 included a performance improvement that handles timeouts under 500ms differently, so tests expecting a TimeoutError when the timeout was smaller than 500ms started to fail.

Fixes #155.

@JoshMock JoshMock changed the title Reduce timeout on Undici test Adjust timeout on Undici test Oct 15, 2024
@JoshMock JoshMock changed the title Adjust timeout on Undici test Adjust timeout on Undici tests Oct 15, 2024
@JoshMock JoshMock changed the title Adjust timeout on Undici tests ci: Adjust timeout on Undici tests Oct 15, 2024
@JoshMock JoshMock merged commit 3374510 into main Oct 15, 2024
14 checks passed
@JoshMock JoshMock deleted the undici-test-timeout branch October 15, 2024 19: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.

Timeout-related unit tests failing when using Undici 6.20.0
1 participant