asio example tests: Increase timeout for DHCP lease to 30s

Covers time to connect to WiFi and negotiate lease,
may be more than 5-10s on some busy APs
This commit is contained in:
Angus Gratton
2018-08-03 16:59:23 +10:00
committed by Angus Gratton
parent 6bd58beac5
commit 8b35d8ef25
4 changed files with 4 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ def test_examples_protocol_asio_chat_client(env, extra_data):
thread1.start()
# 2. start the dut test and wait till client gets IP address
dut1.start_app()
data = dut1.expect(re.compile(r" sta ip: ([^,]+),"))
data = dut1.expect(re.compile(r" sta ip: ([^,]+),"), timeout=30)
# 3. send host's IP to the client i.e. the `dut1`
dut1.write(host_ip)
# 4. client `dut1` should receive a message