mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(coredump-info): set default gdb timeout as 3 seconds
This commit is contained in:
parent
3515fb4eaa
commit
14241aeb2e
@ -544,7 +544,7 @@ def action_extensions(base_actions: Dict, project_path: str) -> Dict:
|
||||
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user