mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-24 17:27:21 +00:00
Merge branch 'refactor/spi_ram_stack_with_heap_caps_config' into 'master'
refactor(esp_psram): allow PSRAM as stack when PSRAM is only available via esp_heap_caps Closes IDFGH-11604 See merge request espressif/esp-idf!32832
This commit is contained in:
@@ -133,7 +133,7 @@ def common_test(dut: PanicTestDut, config: str, expected_backtrace: Optional[Lis
|
||||
elif 'panic' in config:
|
||||
pass
|
||||
|
||||
dut.expect('Rebooting...')
|
||||
dut.expect('Rebooting...', timeout=60)
|
||||
|
||||
if check_cpu_reset:
|
||||
dut.expect_cpu_reset()
|
||||
|
Reference in New Issue
Block a user