Closed pereyra-m closed 2 months ago
This PR implements a ms timeout for all the available requests. Some UT are failing, another issue was created #63.
```cmd root@6f68a3e7a4f3:/workspaces/wazuh-http-request/build/test_tool# ./urlrequest_testtool -u https://httpbin.org/delay/10 -t get --timeout 1000 Timeout was reached: -1 Timeout was reached ```
Description
This PR implements a ms timeout for all the available requests. Some UT are failing, another issue was created #63.
Test
Test tool
```cmd root@6f68a3e7a4f3:/workspaces/wazuh-http-request/build/test_tool# ./urlrequest_testtool -u https://httpbin.org/delay/10 -t get --timeout 1000 Timeout was reached: -1 Timeout was reached ```