X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Futils%2Fhttp_client.c;h=4578dd46e79028fb37b88e5bcac10b4b2cdd3db3;hp=d0d9827146864d397e9d7733ad9d6b7448a36376;hb=5ef280448456cd6962faa4028da63ea9f14ff84b;hpb=a1eba9f419825263f5fe60a83405d2287f6bd88e diff --git a/ntsimulator/ntsim-ng/utils/http_client.c b/ntsimulator/ntsim-ng/utils/http_client.c index d0d9827..4578dd4 100644 --- a/ntsimulator/ntsim-ng/utils/http_client.c +++ b/ntsimulator/ntsim-ng/utils/http_client.c @@ -160,8 +160,8 @@ int http_socket_request(const char *url, const char *sock_fname, const char *met } curl_easy_setopt(curl, CURLOPT_HTTPHEADER, header); - curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, 15L); //seconds timeout for a connection - curl_easy_setopt(curl, CURLOPT_TIMEOUT, 15L); //seconds timeout for an operation + curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, 30); //seconds timeout for a connection + curl_easy_setopt(curl, CURLOPT_TIMEOUT, 30L); //seconds timeout for an operation curl_easy_setopt(curl, CURLOPT_FRESH_CONNECT, 1L); curl_easy_setopt(curl, CURLOPT_VERBOSE, 0L);