esp_local_ctrl: Increase timeout of first read to minimize test failures

pull/9328/head
Aditya Patwardhan 2022-06-27 15:30:59 +05:30 zatwierdzone przez BOT
rodzic 637bb4be38
commit a191ca21d9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -51,7 +51,7 @@ def test_examples_esp_local_ctrl(dut: Dut) -> None:
dut.expect('control: esp_local_ctrl service started with name : my_esp_ctrl_device')
def dut_expect_read() -> None:
dut.expect_exact('control: Reading property : timestamp (us)')
dut.expect_exact('control: Reading property : timestamp (us)', timeout=20)
dut.expect_exact('control: Reading property : property1')
dut.expect_exact('control: Reading property : property2')
dut.expect_exact('control: Reading property : property3')