summaryrefslogtreecommitdiff
path: root/tct
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-08-08 10:18:08 +0200
commit944ffaeadf07844f6f090f0c2326ded4ed6b6c6d (patch)
tree2c904634ca3a4150d23d022455b6901416bcc23e /tct
parent5ac9145bafeb12652e910c6bd488ffbec778d016 (diff)
downloadmajor-944ffaeadf07844f6f090f0c2326ded4ed6b6c6d.tar.gz
major-944ffaeadf07844f6f090f0c2326ded4ed6b6c6d.tar.bz2
major-944ffaeadf07844f6f090f0c2326ded4ed6b6c6d.zip
Increase dyper_restart interval
Change-Id: I195969be8eccb19879985fc6cc25dd91989b119c
Diffstat (limited to 'tct')
-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
}