Skip to content

Commit

Permalink
Add longer dut.expect timeout DNS -> 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed May 31, 2021
1 parent 3a7dc7a commit f658e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/protocols/http_request/example_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_examples_protocol_http_request(env, extra_data): # type: (tiny_test_fw
ttfw_idf.log_performance('http_request_bin_size', '{}KB'.format(bin_size // 1024))
# start test
dut1.start_app()
dut1.expect(re.compile(r'DNS lookup succeeded.'))
dut1.expect(re.compile(r'DNS lookup succeeded.'), timeout=30)
# check if connected or not
dut1.expect(' ... connected', timeout=60)
dut1.expect(' ... socket send success')
Expand Down

0 comments on commit f658e19

Please sign in to comment.