openthread CI: add delay to ensure that the dut can receive input command

pull/11519/head
Xu Si Yu 2023-04-25 11:10:19 +08:00 zatwierdzone przez zhangwenxu
rodzic 46511c8fd1
commit f7e3f76899
1 zmienionych plików z 4 dodań i 6 usunięć

Wyświetl plik

@ -106,14 +106,12 @@ def getDataset(dut:IdfDut) -> str:
def reset_thread(dut:IdfDut) -> None:
dut.write(' ')
dut.write('state')
clean_buffer(dut)
wait(dut, 1)
dut.expect('>')
wait(dut, 3)
dut.write('factoryreset')
dut.expect('OpenThread attached to netif', timeout=20)
dut.write(' ')
dut.write('state')
dut.expect('>')
wait(dut, 3)
# get the mleid address of the thread