summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2017-05-24 11:03:40 +0200
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-06-06 13:48:03 +0200
commit62a6f36e049f812695e5e7d2a317b310b9091aa4 (patch)
tree17efd41f3fedf604bb07616572bcccd975e3b591
parentea2b7fe522811c5a8b35ed0a321905fb14a380d3 (diff)
downloadmajor-62a6f36e049f812695e5e7d2a317b310b9091aa4.tar.gz
major-62a6f36e049f812695e5e7d2a317b310b9091aa4.tar.bz2
major-62a6f36e049f812695e5e7d2a317b310b9091aa4.zip
Increase dyper_restart interval
Change-Id: I195969be8eccb19879985fc6cc25dd91989b119c
-rwxr-xr-xtct/flash/flash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tct/flash/flash.sh b/tct/flash/flash.sh
index cdac1e3..542763b 100755
--- a/tct/flash/flash.sh
+++ b/tct/flash/flash.sh
@@ -152,6 +152,6 @@ dyper_restart() {
test -n "${SDMUX}" || die "Missing argument: sdmux!"
test -n "${DYPER}" || die "Missing argument: dyper!"
dyper "${SDMUX}" "${DYPER}" on
- sleep 1
+ sleep 4
dyper "${SDMUX}" "${DYPER}" off
}