mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: Adjust more 'spawn' settings in test_confserver
This commit is contained in:
parent
28e0a17e0a
commit
442b57b3ee
@ -51,9 +51,7 @@ def main():
|
|||||||
|
|
||||||
cmdline = "../confserver.py --kconfig Kconfig --config %s" % temp_sdkconfig_path
|
cmdline = "../confserver.py --kconfig Kconfig --config %s" % temp_sdkconfig_path
|
||||||
print("Running: %s" % cmdline)
|
print("Running: %s" % cmdline)
|
||||||
p = pexpect.spawn(cmdline, timeout=2)
|
p = pexpect.spawn(cmdline, timeout=30, logfile=args.logfile, echo=False, use_poll=True, maxread=1)
|
||||||
p.logfile = args.logfile
|
|
||||||
p.setecho(False)
|
|
||||||
|
|
||||||
p.expect("Server running.+\r\n")
|
p.expect("Server running.+\r\n")
|
||||||
initial = expect_json(p)
|
initial = expect_json(p)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user