aboutsummaryrefslogtreecommitdiff
path: root/contrib/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gdb')
-rw-r--r--contrib/gdb/gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gdb/gdb/top.c b/contrib/gdb/gdb/top.c
index 189e3c395ef6..35c32871eba2 100644
--- a/contrib/gdb/gdb/top.c
+++ b/contrib/gdb/gdb/top.c
@@ -317,7 +317,7 @@ int baud_rate = -1;
/* Timeout limit for response from target. */
-int remote_timeout = 20; /* Set default to 20 */
+int remote_timeout = 1; /* Set default to 1 second */
/* Non-zero tells remote* modules to output debugging info. */