aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2020-06-03 10:56:24 -0500
committerAnibal Limon <anibal.limon@linaro.org>2020-06-03 16:03:42 +0000
commit73581d506e72aa0a7d69b0752714ac24e5d3e54c (patch)
tree8dfcfbf0ce5f3026935acee18b3fd74678019f57
parentce252723855eee4999151ead9be27f05995d8cac (diff)
lt-qcom-debian-images: DB845c test add 15sec delay between up/scan
After up the device reports in a busy state so give time to be able scan. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I4df1211607a9e6942a0883c06e18193047802e73
-rwxr-xr-xlt-qcom-debian-images/submit_for_testing.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lt-qcom-debian-images/submit_for_testing.sh b/lt-qcom-debian-images/submit_for_testing.sh
index 00527d7214..ff6c76ec1f 100755
--- a/lt-qcom-debian-images/submit_for_testing.sh
+++ b/lt-qcom-debian-images/submit_for_testing.sh
@@ -45,7 +45,7 @@ elif [ "${DEVICE_TYPE}" = "dragonboard-820c" ]; then
export ETH_DEVICE="enP2p1s0"
elif [ "${DEVICE_TYPE}" = "dragonboard-845c" ]; then
export WLAN_DEVICE="wlan0"
- export WLAN_TIME_DELAY="0s"
+ export WLAN_TIME_DELAY="15s"
export ETH_DEVICE="enx000ec6817901"
export PM_QA_TESTS="cpufreq cpuidle cpuhotplug cputopology"