diff --git a/dap-sdk/net/client/dap_client_http.c b/dap-sdk/net/client/dap_client_http.c
index 3bd0cce1e5195866b65fa7b70b6eea0bda3f6bce..4b958587692ef6bd200c93ab331871e0494b1ccb 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;