mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/freertos_linux_smp_test_timeout' into 'master'
ci: increased freertos SMP linux target test timeout See merge request espressif/esp-idf!23525
This commit is contained in:
commit
a3bf038a9b
@ -10,4 +10,4 @@ from pytest_embedded import Dut
|
||||
def test_linux_freertos_SMP(dut: Dut) -> None:
|
||||
dut.expect_exact('Press ENTER to see the list of tests.')
|
||||
dut.write('![ignore]')
|
||||
dut.expect('[0-9][0-9] Tests 0 Failures 0 Ignored')
|
||||
dut.expect('[0-9][0-9] Tests 0 Failures 0 Ignored', timeout=120)
|
||||
|
Loading…
Reference in New Issue
Block a user