wazuh / wazuh-http-request

Wazuh HTTP request library
7 stars 6 forks source link

Adding a ms timeout configuration parameter #64

Closed pereyra-m closed 2 months ago

pereyra-m commented 3 months ago
Related issue
Closes #61

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 ```