Skip to content

Commit

Permalink
Merge branch 'test/test_examples_protocol_http_request' into 'master'
Browse files Browse the repository at this point in the history
bugfix/fail on esp32.default.test_examples_protocol_http_request

Closes IDFCI-651

See merge request espressif/esp-idf!13785
  • Loading branch information
mahavirj committed Jun 4, 2021
2 parents 1596e33 + f658e19 commit 1d7068e
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 1d7068e

Please sign in to comment.