mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
ci: Adjust the test_confserver timeout to 2 seconds
On a VM, it seems like 500ms is sometimes a very short time...
This commit is contained in:
@@ -51,7 +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=0.5)
|
p = pexpect.spawn(cmdline, timeout=2)
|
||||||
p.logfile = args.logfile
|
p.logfile = args.logfile
|
||||||
p.setecho(False)
|
p.setecho(False)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user