microsoft / sfs-client

Simple File Solution (SFS) Client
MIT License
15 stars 13 forks source link

Forcing faster timeout on timeout test #202

Closed arthuraraujo-msft closed 5 months ago

arthuraraujo-msft commented 5 months ago

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.