mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-13 07:15:24 +02:00
CI: optimize example protocol test cases
This commit is contained in:
@@ -12,7 +12,7 @@ def test_examples_icmp_echo(env, extra_data):
|
||||
dut = env.get_dut('icmp_echo', 'examples/protocols/icmp_echo')
|
||||
dut.start_app()
|
||||
|
||||
dut.expect('example_connect: Connected to')
|
||||
dut.expect('example_connect: Connected to', timeout=60)
|
||||
dut.expect('esp>')
|
||||
|
||||
ping_dest = os.getenv('EXAMPLE_ICMP_SERVER', 'www.espressif.com')
|
||||
|
Reference in New Issue
Block a user