summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2016-11-04 23:14:48 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-11-04 15:37:13 +0000
commit1218ae689ec2eaca2d445aa880e9e496147e452c (patch)
tree9bb60a073c18ae1c9b46217f362a7442c0a281fd /android
parentbe6a4b54f5cef21e4ba48b2fc8048e1720b257ac (diff)
android/multinode-target.yaml: sleep 5 after start adbd
sleep 5s after the start of adbd, otherwise the start of adbd command will cause confusion message out, and break the process of lava-send and lava-wait Change-Id: I1cf24b91cf4d462271c60f27366886adc4b1e5ea Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/multinode-target.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/multinode-target.yaml b/android/multinode-target.yaml
index 0522378..33dc7d2 100644
--- a/android/multinode-target.yaml
+++ b/android/multinode-target.yaml
@@ -53,6 +53,7 @@ run:
- setprop service.adb.root 1
- stop adbd
- start adbd
+ - sleep 5
- ping_count=0
- while ! LC_ALL=C ping -W1 -c1 ${LAVA_SERVER_IP} ; do
- sleep 1; ping_count=$((ping_count + 1)); [ ${ping_count} -ge ${PING_TIMEOUT} ] && exit 1