From b71fef48c00608ec14618adf4b68518450d359e6 Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Wed, 19 Mar 2014 14:20:12 +0530 Subject: target.yaml: sleep 1000 on target Allow some time for host to connect android target and run some test commands. Signed-off-by: Naresh Kamboju --- target.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/target.yaml b/target.yaml index eb59617..80331ed 100644 --- a/target.yaml +++ b/target.yaml @@ -19,4 +19,5 @@ run: # - lava-test-case stop-adbd --shell stop adbd # - lava-test-case start-adbd --shell start adbd - lava-test-case send-ip --shell lava-send send-ip ipaddr=$(getprop dhcp.eth0.ipaddress) + - lava-test-case sleep --shell sleep 1000 - lava-test-case multinode-sync --shell lava-sync running -- cgit v1.2.3