mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
CI: Adjust the test parameters of IDF Monitor
This commit is contained in:
parent
65940cc0da
commit
0744b6fadb
@ -36,8 +36,8 @@ test_list = (
|
|||||||
('in1.txt', '*:V', 'in1f1.txt', 60),
|
('in1.txt', '*:V', 'in1f1.txt', 60),
|
||||||
('in1.txt', 'hello_world', 'in1f2.txt', 60),
|
('in1.txt', 'hello_world', 'in1f2.txt', 60),
|
||||||
('in1.txt', '*:N', 'in1f3.txt', 60),
|
('in1.txt', '*:N', 'in1f3.txt', 60),
|
||||||
('in2.txt', 'boot mdf_device_handle:I mesh:E vfs:I', 'in2f1.txt', 240),
|
('in2.txt', 'boot mdf_device_handle:I mesh:E vfs:I', 'in2f1.txt', 420),
|
||||||
('in2.txt', 'vfs', 'in2f2.txt', 240),
|
('in2.txt', 'vfs', 'in2f2.txt', 420),
|
||||||
)
|
)
|
||||||
|
|
||||||
IN_DIR = 'tests/' # tests are in this directory
|
IN_DIR = 'tests/' # tests are in this directory
|
||||||
@ -51,7 +51,7 @@ HOST = 'localhost'
|
|||||||
# blocking socket operations are used with timeout:
|
# blocking socket operations are used with timeout:
|
||||||
SOCKET_TIMEOUT = 30
|
SOCKET_TIMEOUT = 30
|
||||||
# the test is restarted after failure (idf_monitor has to be killed):
|
# the test is restarted after failure (idf_monitor has to be killed):
|
||||||
RETRIES_PER_TEST = 3
|
RETRIES_PER_TEST = 2
|
||||||
|
|
||||||
|
|
||||||
def monitor_timeout(process):
|
def monitor_timeout(process):
|
||||||
|
Loading…
Reference in New Issue
Block a user