Skip to content

Conversation

@vcsjones
Copy link
Member

This test works by making sure a particular API fails in a certain amount of time using RemoteExecutor. In a very busy CI environment, it may not fail fast enough.

We can address this two ways. First, we can extend the timeout to 10 seconds, up from 5. On a very fast computer, 100MM PBKDF2 rounds is still going to take more than 10 seconds (more like 20 to 30). So we can go a little higher while still looking for the "fast" failure we are looking for.

The second is to move the test to outerloop.

Fixes #105609

Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for providing the fix and the explanation @vcsjones !

@vcsjones vcsjones merged commit 5f619a7 into dotnet:main Sep 24, 2024
77 of 85 checks passed
@vcsjones vcsjones deleted the fix-105609 branch September 24, 2024 14:20
@github-actions github-actions bot locked and limited conversation to collaborators Oct 25, 2024
@jozkee
Copy link
Member

jozkee commented Jun 9, 2025

/backport to release/8.0-staging

@github-actions github-actions bot unlocked this conversation Jun 9, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jun 9, 2025

Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/15542929820

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

3 participants