Skip to content

Commit

Permalink
[test] wait ot-rcp exit in dbus client test (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
bukepo authored Nov 20, 2023
1 parent e382c32 commit df18c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/dbus/test-client
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ expect {
timeout { error "Failed to find Ready signal\n" }
}
EOF
timeout 2 bash -c "while pidof ot-rcp; do logger -t otbr-test-dbus-client; sleep 1; done"
}

main()
Expand Down
2 changes: 1 addition & 1 deletion third_party/openthread/repo

0 comments on commit df18c12

Please sign in to comment.