CI: optimize example protocol test cases

This commit is contained in:
Chen Yudong
2022-12-22 11:03:22 +08:00
committed by BOT
parent 2b04fa8059
commit db940f30bc
3 changed files with 21 additions and 5 deletions

View File

@@ -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')