mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
test(sysview): fix gdb no response error in sysview_heap_log tests
This commit is contained in:
parent
220f9e6c42
commit
8a4e0b6b2a
@ -29,7 +29,7 @@ def test_examples_sysview_tracing_heap_log(idf_path: str, dut: IdfDut) -> None:
|
||||
dut.gdb.write('mon esp sysview stop', non_blocking=True)
|
||||
dut.gdb.write('end')
|
||||
|
||||
dut.gdb.write('c')
|
||||
dut.gdb.write('c', non_blocking=True)
|
||||
dut.expect('esp_apptrace: Initialized TRAX on CPU0')
|
||||
|
||||
time.sleep(1) # make sure that the sysview file has been generated
|
||||
|
Loading…
Reference in New Issue
Block a user