The test "Testing CurlConnection when the server is not reachable" has been having some issues in the internal Azure Pipeline as it seems network is faster there.
Test uses a 10ms timeout, but we can switch to a 1ms timeout for it to fail there faster.
What is being changed?
Changed timeout to 1ms on the mentioned tests.
How was the change tested?
Tested using an auxiliary branch in the pipeline, test was failing and is passing now.
Related Issues
Why is this change being made?
The test "Testing CurlConnection when the server is not reachable" has been having some issues in the internal Azure Pipeline as it seems network is faster there. Test uses a 10ms timeout, but we can switch to a 1ms timeout for it to fail there faster.
What is being changed?
Changed timeout to 1ms on the mentioned tests.
How was the change tested?
Tested using an auxiliary branch in the pipeline, test was failing and is passing now.