test(sysview): fix gdb no response error in sysview_heap_log tests

This commit is contained in:
Erhan Kurubas 2024-08-07 11:52:14 +02:00
parent 220f9e6c42
commit 8a4e0b6b2a

View File

@ -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