From 38b4d0bf439745ce935ff07cc4f5ce7d007ff06a Mon Sep 17 00:00:00 2001
From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net>
Date: Wed, 3 Feb 2021 16:06:39 +0700
Subject: [PATCH] [*] Changed timeout

---
 dap-sdk/net/client/dap_client_http.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dap-sdk/net/client/dap_client_http.c b/dap-sdk/net/client/dap_client_http.c
index 3bd0cce1e5..4b95858769 100644
--- a/dap-sdk/net/client/dap_client_http.c
+++ b/dap-sdk/net/client/dap_client_http.c
@@ -89,7 +89,7 @@ static bool s_timer_timeout_after_connected_check(void * a_arg);
 
 
 static bool s_debug_more=false;
-static uint64_t s_client_timeout_ms=10000;
+static uint64_t s_client_timeout_ms=20000;
 static time_t s_client_timeout_read_after_connect_ms=5000;
 static uint32_t s_max_attempts = 5;
 
-- 
GitLab