瀏覽代碼

Increase timeout in advanced OTA example test

Harshit Malpani 3 年之前
父節點
當前提交
8dd59c948f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/system/ota/advanced_https_ota/pytest_advanced_ota.py

+ 1 - 1
examples/system/ota/advanced_https_ota/pytest_advanced_ota.py

@@ -125,7 +125,7 @@ def test_examples_protocol_advanced_https_ota_example(dut: Dut) -> None:
         thread1.daemon = True
         thread1.start()
         for i in range(iterations):
-            dut.expect('Loaded app from partition at offset', timeout=30)
+            dut.expect('Loaded app from partition at offset', timeout=60)
             try:
                 ip_address = dut.expect(r' (sta|eth) ip: ([^,]+),', timeout=30)
                 print('Connected to AP with IP: {}'.format(ip_address))