mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/ci_test_confserver_timeout' into 'master'
ci: Adjust the test_confserver timeout to 2 seconds See merge request idf/esp-idf!5184
This commit is contained in:
commit
8cfa574ad6
@ -51,7 +51,7 @@ def main():
|
||||
|
||||
cmdline = "../confserver.py --kconfig Kconfig --config %s" % temp_sdkconfig_path
|
||||
print("Running: %s" % cmdline)
|
||||
p = pexpect.spawn(cmdline, timeout=0.5)
|
||||
p = pexpect.spawn(cmdline, timeout=2)
|
||||
p.logfile = args.logfile
|
||||
p.setecho(False)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user