Skip to content

Commit

Permalink
Merge branch 'coredump-gdb-timeout_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
fix(coredump-info): set default gdb timeout as 3 seconds (v5.1)

See merge request espressif/esp-idf!27105
  • Loading branch information
dobairoland committed Nov 13, 2023
2 parents 3515fb4 + 14241ae commit e100ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/idf_py_actions/debug_ext.py
Expand Up @@ -544,7 +544,7 @@ def coredump_debug(action: str,
gdb_timeout_sec_opt = {
'names': ['--gdb-timeout-sec'],
'type': INT,
'default': 1,
'default': 3,
'help': 'Overwrite the default internal delay for gdb responses',
}
fail_if_openocd_failed = {
Expand Down

0 comments on commit e100ffa

Please sign in to comment.